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

For developers

Yevhen Fabizhevskyi edited this page Jul 27, 2020 · 2 revisions

As a prerequisite you need to define GHACU_VERSION environment variable.

How to build an application

MacOS

brew cask install pwsh
pwsh ./build.ps1

Windows

.\build.ps1

How to create MSI

MacOS

  1. Open inno/ghacu-win-{x64|x86}.iss file in IDE.
  2. Increase version.
  3. Run the following command (bash):
docker run --env GHACU_VERSION=$GHACU_VERSION --rm -i -v "$PWD:/work" amake/innosetup inno/ghacu-win-{x64|x86}.iss

Please take a look at this page for more details.

Windows

  1. Download and install Inno Setup.
  2. Open inno\ghacu-win-{x64|x86}.iss file with Inno Setup.
  3. Increase version.
  4. Run Build -> Compile.
Clone this wiki locally