From 988e801c46e91156acba9273520d1a6435d19e12 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 7 Dec 2009 04:05:17 -0600 Subject: [PATCH] Fix installer script --- installer.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.nsi b/installer.nsi index 6568306..7c3b269 100644 --- 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" -- 2.25.1