From 5a6cdea525e5e33b572a1362942a8e68618dd79e Mon Sep 17 00:00:00 2001 From: Dakota Date: Tue, 29 Mar 2016 19:47:26 -0400 Subject: [PATCH] Better install location --- syncthing.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syncthing.nsi b/syncthing.nsi index 1622e88..41de9da 100644 --- a/syncthing.nsi +++ b/syncthing.nsi @@ -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 \ No newline at end of file