Skip to content

Commit

Permalink
Lt's see if reading docs actually works ;-)
Browse files Browse the repository at this point in the history
  • Loading branch information
annejan committed Nov 28, 2023
1 parent de5f6ba commit 140a30e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
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('QTDIR')
#define QtDir GetEnv('QT_ROOT_DIR')

[Setup]
; NOTE: The value of AppId uniquely identifies this application.
Expand Down

0 comments on commit 140a30e

Please sign in to comment.