Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
PrajwalVandana committed Jul 23, 2024
1 parent e0d659e commit 8ed678e
Showing 1 changed file with 2 additions and 2 deletions.
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 dist/maestro/maestro
File /r dist/maestro/_internal

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

0 comments on commit 8ed678e

Please sign in to comment.