fix windows installer action

This commit is contained in:
ConfiG 2023-07-31 18:03:54 +03:00
parent 7ef551c962
commit 4b58f87f05
No known key found for this signature in database
GPG key ID: 44DA1983F524C11B

View file

@ -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'