Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
berry120 committed Dec 18, 2023
1 parent db6b924 commit 9233050
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
wine wineboot --init
echo "Installing INNOSETUP"
wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES
ls -l $HOME/.wine
ls -l $HOME/.wine/drive_c/
ls -l "$HOME/.wine/drive_c/Program Files (x86)"
ls -l "$HOME/.wine/drive_c/Program Files (x86)/Inno Setup 5"
cd Quelea
chmod +x gradlew
chmod +x build-install.sh
Expand Down
2 changes: 1 addition & 1 deletion Quelea/build-install.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
wine "~/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe" /dMyAppVersion=$1 quelea64.iss /O /F /q"Quelea"
wine "$HOME/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe" /dMyAppVersion=$1 quelea64.iss /O /F /q"Quelea"

0 comments on commit 9233050

Please sign in to comment.