馃殌 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