commit:988e801c46e91156acba9273520d1a6435d19e12
author:unknown
committer:unknown
date:Mon Dec 7 04:05:17 2009 -0600
parents:b800d264780892ff7fbf3902cb0e38d3a8d7b28f
Fix installer script
diff --git a/installer.nsi b/installer.nsi
line changes: +1/-1
index 6568306..7c3b269
--- a/installer.nsi
+++ b/installer.nsi
@@ -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"