Skip to content

Commit

Permalink
fix windows installer action maybe please
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Jul 31, 2023
1 parent 99bd21c commit fb911a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,7 @@ jobs:
if: matrix.config.os_identifier == 'win'

- 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
run: .\installer\windows\package.ps1
if: matrix.config.os_identifier == 'win'

- name: Publish Windows Installer
Expand Down
3 changes: 3 additions & 0 deletions installer/windows/package.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Set-Location ./installer/windows
Invoke-WebRequest -useb https://aka.ms/vs/17/release/vc_redist.x86.exe -outfile 'VC_redist.x86.exe'
makensis -WX -V3 installer.nsi

0 comments on commit fb911a0

Please sign in to comment.