feat: add Inno Setup 7 installer and wire it into release CI - #20
Merged
Conversation
Packages the self-contained win-x64 publish output into a per-user installer (no UAC), with Start Menu shortcut and cleanup of user settings and the startup registry entry on uninstall. The release job now installs Inno Setup 7 via winget and uploads the resulting setup.exe alongside the existing portable and self-contained zips.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
installer/PayBeat.iss: an Inno Setup 7 script that packages the self-contained win-x64 publish output into a per-user installer (no UAC), with a Start Menu shortcut, license page, EN/中文 UI, single-instance checks, and cleanup of%APPDATA%\PayBeatand the HKCURunstartup entry on uninstall..github/workflows/ci.yml: install Inno Setup 7 viawinget(JRSoftware.InnoSetup.7), compile the script against the self-contained publish output, and uploadPayBeat-<version>-setup-win-x64.exealongside the existing portable/self-contained zips.README.md(EN + 中文) andCLAUDE.mdto document the new installer artifact and build steps.Test plan
installer/PayBeat.isslocally with Inno Setup 7.0.2 (installed via winget) against a local self-contained publish — succeeded, produced a valid setup.exe.v0.0.0-test) to confirm the release job installs Inno Setup, compiles the script, and uploads the.exealongside the two zips.%APPDATA%\PayBeat, HKCURunentry) all work as expected.