summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 22:55:04 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-11-28 22:55:04 +0100
commitb76f4db8bb911c7eeb23ad1a34380296cb86d97a (patch)
tree7af09c0e657cf0568e55898d98f9a034987f4675
parent275d9a57cb2b8a85659444b74e6109296d323fef (diff)
Let's see Qt5_DIR
-rw-r--r--.github/workflows/build.yml2
-rw-r--r--qtpass.iss2
2 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 74e47350..2ae137ef 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -24,6 +24,8 @@ jobs:
nmake
copy README.md src\release\README.txt
copy LICENSE src\release\LICENSE.txt
+ - name: Let's see
+ run: find $Qt5_DIR
- name: Install Inno Setup
run: choco install innosetup
- name: Create Installer with Inno Setup
diff --git a/qtpass.iss b/qtpass.iss
index 49e49aad..7fa999b4 100644
--- a/qtpass.iss
+++ b/qtpass.iss
@@ -7,7 +7,7 @@
#define MyAppURL "https://qtpass.org/"
#define MyAppExeName "qtpass.exe"
-#define QtDir GetEnv('Qt5_DIR')
+#define QtDir GetEnv('QTDIR')
[Setup]
; NOTE: The value of AppId uniquely identifies this application.