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 589af66 commit d7d15f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
Xvfb $DISPLAY &
wine wineboot --init
wine innosetup-5.6.1.exe /VERYSILENT /SUPPRESSMSGBOXES
ls -l "~/.wine/drive_c/Program Files (x86)/Inno Setup 5"
cd Quelea
chmod +x gradlew
chmod +x build-install.sh
Expand Down
3 changes: 1 addition & 2 deletions Quelea/build-install.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
#!/bin/bash
#wine "/home/travis/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe" /dMyAppVersion=$1 quelea.iss /O /F /q"Quelea"
wine "/home/travis/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe" /dMyAppVersion=$1 quelea64.iss /O /F /q"Quelea"
wine "~/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe" /dMyAppVersion=$1 quelea64.iss /O /F /q"Quelea"

0 comments on commit d7d15f3

Please sign in to comment.