- Install rust
- Run
cargo build --package openscq30-gui --release - The compiled binary can be found at
.\target\release\openscq30-gui.exe
- Follow the instructions for building just the executable
- Install Inno Setup
- Run
./packaging/windows/build.shin git bash or similar. It must be an environment that has access to Inno Setup, so no WSL. - The installer can be found at
.\packaging\windows\Output\OpenSCQ30-Setup.exe