From 275d9a57cb2b8a85659444b74e6109296d323fef Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 28 Nov 2023 22:43:46 +0100 Subject: Env things --- .github/workflows/build.yml | 4 ++-- qtpass.iss | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e32776a6..74e47350 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: PyQtPass-Windows + name: QtPass-Windows path: release build-mac: @@ -55,6 +55,6 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: PyQtPass-macOS + name: QtPass-macOS path: main/QtPass.dmg diff --git a/qtpass.iss b/qtpass.iss index 10f796d6..49e49aad 100644 --- a/qtpass.iss +++ b/qtpass.iss @@ -7,7 +7,7 @@ #define MyAppURL "https://qtpass.org/" #define MyAppExeName "qtpass.exe" -#define QtDir GetEnv('QT_ROOT_DIR') +#define QtDir GetEnv('Qt5_DIR') [Setup] ; NOTE: The value of AppId uniquely identifies this application. -- cgit v1.2.3