summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 22:35:23 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 22:35:23 +0100
commit140a30e7e81e89a8b9ab3ecd5821a46c04e9982d (patch)
tree079fe074fa302194dde151a9b28340ef53ace270
parentde5f6ba1037f467b4f9f409e7ea349a9b7f6eeb7 (diff)
Lt's see if reading docs actually works ;-)
-rw-r--r--.github/workflows/build.yml5
-rw-r--r--qtpass.iss2
2 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 4c4ff0b4..e32776a6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -26,13 +26,8 @@ jobs:
copy LICENSE src\release\LICENSE.txt
- name: Install Inno Setup
run: choco install innosetup
- - name: Use Qt
- run: |
- echo "Qt is installed in ${{ steps.install-qt.outputs.Qt5_DIR }}"
- name: Create Installer with Inno Setup
run: ISCC.exe qtpass.iss
- env:
- QtDir: ${{ steps.install-qt.outputs.Qt5_DIR }}
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
diff --git a/qtpass.iss b/qtpass.iss
index 7fa999b4..10f796d6 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -7,7 +7,7 @@
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
-#define QtDir GetEnv('QTDIR')
+#define QtDir GetEnv('QT_ROOT_DIR')
[Setup]
; NOTE: The value of AppId uniquely identifies this application.