Skip to content

Commit

Permalink
Show nsis home
Browse files Browse the repository at this point in the history
(References: #42)
  • Loading branch information
Aszusz committed Mar 11, 2024
1 parent 8128dda commit a3e3f2a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,14 @@ jobs:
air-version: "33.1"
accept-air-license: true

- name: Show haxelib
run: haxelib config
- name: Show nsis
run: (Get-Command makensis).Source

- name: Build with Ant
run: >
ant -buildfile MoonshineSDKInstaller/build/build.xml all
-DHAXEPATH="C:\hostedtoolcache\windows\haxe\4.2.5\x64"
-DHAXEPATH="C:\hostedtoolcache\windows\haxe\4.2.5\x64"
-DHAXE_HOME="C:\hostedtoolcache\windows\haxe\4.2.5\x64\lib\"
-Dapp.version=${{ inputs.version }}
-Dbuild.is.signed=false
-Dbuild.is.development=${{ inputs.env != 'production' }}

0 comments on commit a3e3f2a

Please sign in to comment.