diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-12 06:24:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-12 06:24:47 -0700 |
commit | c3fb490230d775b05606a125231ae64bc75a5391 (patch) | |
tree | 7455825f883641e3405d041fbfd7fe88f1950fd3 | |
parent | 7ac594319e417266764a6bc041b74807f2fe13bd (diff) | |
download | txr-c3fb490230d775b05606a125231ae64bc75a5391.tar.gz txr-c3fb490230d775b05606a125231ae64bc75a5391.tar.bz2 txr-c3fb490230d775b05606a125231ae64bc75a5391.zip |
Installer: correct path for deleting sh.exe.
* inst.nsi: delete sh.exe from bin directory, not root.
-rw-r--r-- | inst.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ section "TXR" SetOutPath $INSTDIR\txr\share\txr\stdlib File share\txr\stdlib\*.txr File share\txr\stdlib\*.tl - Delete /REBOOTOK $INSTDIR\txr\sh.exe + Delete /REBOOTOK $INSTDIR\txr\bin\sh.exe WriteUninstaller $INSTDIR\txr\uninstall.exe CreateDirectory "$SMPROGRAMS\TXR" CreateShortCut "$SMPROGRAMS\TXR\txr.lnk" "$INSTDIR\txr\bin\txr.exe" |