Skip to content

Commit

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

- name: Install NSIS plugin nsProcess
working-directory: MoonshineSDKInstaller/build
run: |
Invoke-RestMethod -Uri "https://nsis.sourceforge.io/mediawiki/images/2/2f/ExecCmd.zip" -OutFile ExecCmd.7zip
7z x ExecCmd.zip -o'ExecCmd' -y
mv ExecCmd\ExecCmd.dll "C:\Program Files (x86)\NSIS\Plugins\x86-unicode\ExecCmd.dll"
- name: Build with Ant
run: >
cmd /c 'ant
Expand Down

0 comments on commit e73ec80

Please sign in to comment.