Skip to content
This repository has been archived by the owner on May 25, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (10 loc) · 745 Bytes

build-the-installer-app.md

File metadata and controls

18 lines (10 loc) · 745 Bytes

ODK Aggregate - Build the Installer app

ODK Aggregate uses BitRock InstallBuilder to generate installer apps for Windows, Linux and Mac hosts.

The InstallBuilder project files are located under installer directory.

Requirements

BitRock InstallBuilder

You can download it from this website.

Instructions

  1. Build the project for the installer build process with ./gradlew clean build installerBuild -xtest -PwarMode=installer command
  2. Open BitRock InstallBuilder app and open build/installer/buildWar.xml

For more information about using BitRock InstallBuilder, you can check the online documentation