Missile Command v1.2.0
Added
- Windows Setup Wizard Installer:
- Inno Setup 6 configuration in
scripts/setup-windows.isscompilingMissile-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.
- Inno Setup 6 configuration in
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