Signing, Installer, New Workflows
Some checks failed
Flutter Release / get-version (push) Successful in 7s
Flutter Release / build-windows (push) Failing after 9s
Flutter Release / create-release (push) Has been cancelled
Flutter Release / build-android (push) Has been cancelled

This commit is contained in:
2025-12-15 00:05:29 -05:00
parent 9ff0d62651
commit 110c5d99a1
25 changed files with 2647 additions and 268 deletions

View File

@@ -33,10 +33,9 @@ The system is configured to work with your Gitea repository structure:
- RSS Feed: `https://git.hudsonriggs.systems/LambdaBankingConglomerate/rmtPocketWatcher/releases.rss`
- Release tags should follow semantic versioning (e.g., `v1.0.0`, `v1.2.3`)
- Expected asset naming convention:
- Windows: `rmtPocketWatcher-windows-x64.exe`, `rmtPocketWatcher-windows-x64.msi`
- macOS: `rmtPocketWatcher-macos.dmg`
- Linux: `rmtPocketWatcher-linux.appimage`
- Android: `rmtPocketWatcher-android.apk`
- Windows: `rmtPocketWatcher-Windows-v{version}.zip`
- Android: `rmtPocketWatcher-Android-v{version}.apk`
- Future platforms can be added with similar naming patterns
## Usage