From d7d15f3112b06287ea592b0ffd1510f7e1124380 Mon Sep 17 00:00:00 2001 From: berry120 Date: Mon, 18 Dec 2023 01:07:27 +0000 Subject: [PATCH] Add workflow --- .github/workflows/build.yml | 1 + Quelea/build-install.sh | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f2b07ad0b..b6868385a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/Quelea/build-install.sh b/Quelea/build-install.sh index cb36d362e..234c6551d 100644 --- a/Quelea/build-install.sh +++ b/Quelea/build-install.sh @@ -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" \ No newline at end of file +wine "~/.wine/drive_c/Program Files (x86)/Inno Setup 5/iscc.exe" /dMyAppVersion=$1 quelea64.iss /O /F /q"Quelea" \ No newline at end of file