This tool uses Inno Setup to create a Windows installer for Pop Pixie.
- Docker
- erb (
gem install erb
)
- Ensure
./Pop Pixie
contains the Windows executable and all other files requried to run Pop Pixie - Create a file
./version
containing the version number of the build
.
├── build-installer
├── Pop Pixie
│ └── Pop Pixie.exe
└── version
- Run
./build-installer
If all goes well, the installer will be created at ./Output/Install Pop Pixie.exe
.