Skip to content

Commit

Permalink
Env things
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Nov 28, 2023
1 parent 140a30e commit 275d9a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: PyQtPass-Windows
name: QtPass-Windows
path: release

build-mac:
Expand All @@ -55,6 +55,6 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: PyQtPass-macOS
name: QtPass-macOS
path: main/QtPass.dmg

2 changes: 1 addition & 1 deletion qtpass.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 275d9a5

Please sign in to comment.