Skip to content

Commit

Permalink
Fix path to setup build
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Nov 18, 2024
1 parent f4c8d77 commit 40d98c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/TS_installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Section "TreeSheets (required)"

SetOutPath $INSTDIR

File /r "..\TS\*.*"
File /r "TS\*.*"

WriteRegStr HKCU SOFTWARE\TreeSheets "Install_Dir" "$INSTDIR"

Expand Down

0 comments on commit 40d98c9

Please sign in to comment.