Fix installer script
authorunknown <chip@.(none)>
Mon, 7 Dec 2009 10:05:17 +0000 (04:05 -0600)
committerunknown <chip@.(none)>
Mon, 7 Dec 2009 10:05:17 +0000 (04:05 -0600)
installer.nsi

index 6568306..7c3b269 100644 (file)
@@ -32,7 +32,7 @@ Section "Start Menu shortcuts"
   SetShellVarContext all
   CreateDirectory "$SMPROGRAMS\SnapShooter"
 
-  CreateShortCut "$SMPROGRAMS\SnapShooter\SnapShooter.lnk" "$INSTDIR\WpfSnapShooter.exe"
+  CreateShortCut "$SMPROGRAMS\SnapShooter\SnapShooter.lnk" "$INSTDIR\SnapShooter.exe"
 SectionEnd
 
 Section "Uninstall"