CI: Using bash instead of powershell to create the windows installer

This commit is contained in:
Zoe Roux 2021-08-28 20:21:35 +02:00 committed by Diabltica
parent db74c80679
commit 6d9d04e1cf

View File

@ -93,6 +93,7 @@ jobs:
curl -L https://jrsoftware.org/download.php/is.exe > innosetup.exe
innosetup.exe /VERYSILENT /SUPPRESSMSGBOXES /Log=log.txt || (cat log.txt && exit 1)
- name: Create windows installer
shell: bash
run: iscc -Dkyoo=$(realpath dist_win) -O./ -Fkyoo-windows deployment/kyoo-windows.iss
- uses: actions/upload-artifact@v2
with: