Initial commit of version 0.2.0

This commit is contained in:
Elijah 2026-07-19 18:37:14 -07:00
parent 86fc06b877
commit dfb04462f3
108 changed files with 16167 additions and 80 deletions

View file

@ -1,15 +1,6 @@
# Packaging and updates
# Retired MSIX prototype
`Decky.appinstaller.template` is the stable update-feed template. The release
pipeline will replace its placeholders after producing and signing a versioned
MSIX bundle.
The original WinUI/MSIX packaging design was retired when Decky moved to Tauri
2. Windows releases now use Tauri's per-user NSIS installer and signed updater.
The final `PUBLIC_BASE_URL` must be an HTTPS location that Windows App Installer
can read without an interactive sign-in. Package name and publisher must remain
stable across releases, and `VERSION` must be a monotonically increasing
four-part MSIX version such as `1.2.0.0`.
The application project is temporarily configured as unpackaged so the first
read-only shell can be developed before signing identity and public artifact URL
are chosen. MSIX packaging becomes the release configuration, not a different
application or update mechanism.
See [`app/UPDATES.md`](../app/UPDATES.md) and the scripts in [`scripts/`](../scripts/).