Skip to content

Commit

Permalink
try sm else
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent 8ed678e commit fe95f4b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cross-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
# "C:\Program Files\NSIS\makensis.exe" install-scripts\windows.nsi
run: |
makensis install-scripts/windows.nsi
with:
working-directory: ${{ steps.pyinstaller.outputs.executable_path }}
- name: Upload executable
uses: actions/upload-artifact@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions install-scripts/windows.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ OutFile "maestro-installer.exe"

Section
; Add ../dist/maestro and ../dist/_internal to $PROGRAMFILES/maestro-bundle
File dist/maestro/maestro
File /r dist/maestro/_internal
File maestro/maestro
File /r maestro/_internal

; Add $PROGRAMFILES/maestro-bundle to PATH
EnVar::AddValue HKCU "Path" "$PROGRAMFILES\maestro-bundle"
Expand Down

0 comments on commit fe95f4b

Please sign in to comment.