🚀 App Launch Master Checklist
App Strategy:
🏁 Phase 0: Setup & Legal
🎨 Phase 1: Assets & Metadata
💻 Phase 2: Python Code Update
🛠 Phase 3: Build & Package (Loop)
Repeat this section for BOTH Lite and Pro versions.
Build EXE
Package MSIX
Sign MSIX (Required for Upload)
🚀 Phase 4: Launch
🚀 App Launch Master Checklist
App Strategy:
YourApp_Lite.exe)YourApp_Pro.exe)🏁 Phase 0: Setup & Legal
Package/Identity/Publisherstring (e.g.,CN=98234-YourName-8823)YOUR_CN_HEREwith the ID copied above:🎨 Phase 1: Assets & Metadata
.icofile (Multi-size: 16, 32, 48, 256px)💻 Phase 2: Python Code Update
IS_PAIDflag in code to hide/show features🛠 Phase 3: Build & Package (Loop)
Repeat this section for BOTH Lite and Pro versions.
Build EXE
pyinstaller --noconsole --onefile --name="YourApp_Lite" --icon=app.ico main.pyPackage MSIX
.exeyou just built.YourCompany.YourAppLite(Must be unique)CN=...string exactly.1.0.0.0YourApp_Lite.msixSign MSIX (Required for Upload)
(Run in VS Developer Command Prompt)
/nto select the cert by Friendly Name we created in Phase 0)🚀 Phase 4: Launch
.github/ISSUE_TEMPLATE/feature_request.ymlYourApp_Lite.msixto Free ListingYourApp_Pro.msixto Paid Listing