mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-25 04:11:42 -04:00
fix windows installer action
This commit is contained in:
parent
7ef551c962
commit
4b58f87f05
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -138,6 +138,7 @@ jobs:
|
|||
- name: Package Windows
|
||||
run: |
|
||||
cd ./installer/windows
|
||||
iwr -useb https://aka.ms/vs/17/release/vc_redist.x86.exe -outfile 'VC_redist.x86.exe'
|
||||
makensis -WX -V3 installer.nsi
|
||||
if: matrix.config.os_identifier == 'win'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue