Skip to content

Commit

Permalink
Better install location
Browse files Browse the repository at this point in the history
  • Loading branch information
codabrink committed Mar 29, 2016
1 parent a1c1b16 commit 5a6cdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncthing.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ Icon "${NSISDIR}\Contrib\Graphics\Icons\orange-install.ico"
SilentInstall silent

Section ""
SetOutPath $DOCUMENTS\Syncthing
SetOutPath $APPDATA\Syncthing
File syncthing.exe

CreateShortCut "$SMSTARTUP\Syncthing.lnk" "$DOCUMENTS\Syncthing\syncthing.exe" "-no-console"
CreateShortCut "$SMSTARTUP\Syncthing.lnk" "$APPDATA\Syncthing\syncthing.exe" "-no-console"
ExecShell "" "$SMSTARTUP\Syncthing.lnk"
SectionEnd

0 comments on commit 5a6cdea

Please sign in to comment.