Skip to content

Missile Command v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 18:35
· 3 commits to main since this release
6cd44d5

Added

  • Windows Setup Wizard Installer:
    • Inno Setup 6 configuration in scripts/setup-windows.iss compiling Missile-Command-Setup-windows-amd64.exe.
    • Non-elevated user-mode installation support (PrivilegesRequired=lowest) enabling standard users to install without UAC prompts, with optional all-users dialog elevation.
    • Start Menu group, uninstaller registration in Windows Settings & Control Panel, and optional desktop shortcut.
    • Local PowerShell build script for Windows developers in scripts/build-windows-setup.ps1.
    • Automated compilation integrated into GitHub Actions Windows release matrix.

What's Changed

  • feat: add Inno Setup Windows installer and integrate into release pipeline by @scottdensmore in #4

Full Changelog: v1.1.0...v1.2.0