From 3e03c0168858ef431784fdf19212a2b6a7261625 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 28 Nov 2023 23:35:15 +0100 Subject: QT_ROOT_DIR --- qtpass-gh.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qtpass-gh.iss b/qtpass-gh.iss index 7fa999b4..10f796d6 100644 --- a/qtpass-gh.iss +++ b/qtpass-gh.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. -- cgit v1.2.3