summaryrefslogtreecommitdiffstats
path: root/qtpass.iss
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 /qtpass.iss
parent275d9a57cb2b8a85659444b74e6109296d323fef (diff)
Let's see Qt5_DIR
Diffstat (limited to 'qtpass.iss')
-rw-r--r--qtpass.iss2
1 files changed, 1 insertions, 1 deletions
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.