Re-cut of the first public beta to fix a Windows MSI bundling failure.
The original v2-0.1.0-beta build failed on the Windows runner with
optional pre-release identifier in app version must be numeric-only and cannot be greater than 65535 for msi target — WiX requires a numeric
pre-release identifier. Fixed by setting bundle.windows.wix.version to
0.1.0.1 (MSI-only override) while keeping 0.1.0-beta.1 as the human
version everywhere else. Linux and macOS builds were unaffected.
No other changes since v2-0.1.0-beta — feature set identical.
First-run warnings
These builds are unsigned. Your OS may complain on first launch:
- macOS (Gatekeeper): the first-launch dialog on macOS 15+ only offers "Move to Trash" or "Done" — click Done, then either:
- Terminal:
xattr -dr com.apple.quarantine "/Applications/Shield Optimizer.app"(one-time, then double-click as normal) - GUI: System Settings → Privacy & Security → scroll to the "Shield Optimizer was blocked" message → Open Anyway → enter password
- Terminal:
- Windows (SmartScreen): "More info" → "Run anyway".
- Linux:
chmod +x ShieldOptimizer*.AppImagebefore running.
See the v2 README for setup and feature docs.