From 140a30e7e81e89a8b9ab3ecd5821a46c04e9982d Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 28 Nov 2023 22:35:23 +0100 Subject: Lt's see if reading docs actually works ;-) --- .github/workflows/build.yml | 5 ----- qtpass.iss | 2 +- 2 files changed, 1 insertion(+), 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. -- cgit v1.2.3