summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-07-12 06:24:47 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-07-12 06:24:47 -0700
commitc3fb490230d775b05606a125231ae64bc75a5391 (patch)
tree7455825f883641e3405d041fbfd7fe88f1950fd3
parent7ac594319e417266764a6bc041b74807f2fe13bd (diff)
downloadtxr-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.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/inst.nsi b/inst.nsi
index a4b5df37..0715a0b1 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -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"