From b76f4db8bb911c7eeb23ad1a34380296cb86d97a Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 28 Nov 2023 22:55:04 +0100 Subject: Let's see Qt5_DIR --- .github/workflows/build.yml | 2 ++ qtpass.iss | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3