projects
/
SnapShooter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b800d26
)
Fix installer script
author
unknown
<chip@.(none)>
Mon, 7 Dec 2009 10:05:17 +0000
(
04:05
-0600)
committer
unknown
<chip@.(none)>
Mon, 7 Dec 2009 10:05:17 +0000
(
04:05
-0600)
installer.nsi
patch
|
blob
|
history
diff --git
a/installer.nsi
b/installer.nsi
index
6568306
..
7c3b269
100644
(file)
--- 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\
Wpf
SnapShooter.exe"
+ CreateShortCut "$SMPROGRAMS\SnapShooter\SnapShooter.lnk" "$INSTDIR\SnapShooter.exe"
SectionEnd
Section "Uninstall"