summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
-rw-r--r--qtpass.iss2
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.