Fix installer script
[SnapShooter.git] / 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"