ODK Aggregate uses BitRock InstallBuilder to generate installer apps for Windows, Linux and Mac hosts.
The InstallBuilder project files are located under installer
directory.
BitRock InstallBuilder
You can download it from this website.
-
Copy the
gradle.properties.example
file at the root of the project to the same location, removing the.example
extensionOpen the file and uncomment the line that corresponds to the operating system of your computer.
-
Build the project for the installer build process with
./gradlew clean build installerBuild -xtest -PwarMode=installer
command -
Open BitRock InstallBuilder app and open
build/installer/buildWar.xml
For more information about using BitRock InstallBuilder, you can check the online documentation
InstallBuilder has a command-line interface that can be used to produce the installers automatically:
/path/to/installbuilder/bin/builder build build/installer/buildWar.xml linux-x64
/path/to/installbuilder/bin/builder build build/installer/buildWar.xml linux
/path/to/installbuilder/bin/builder build build/installer/buildWar.xml windows
/path/to/installbuilder/bin/builder build build/installer/buildWar.xml osx
The installers will be built at /path/to/installbuilder/output