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
commit53500f757517c3b3399c8dc5daf144cc8d8bac64 (patch)
tree7455825f883641e3405d041fbfd7fe88f1950fd3
parentb39061aebfdfcc817ed99a984abe47a32c449539 (diff)
downloadtxr-53500f757517c3b3399c8dc5daf144cc8d8bac64.tar.gz
txr-53500f757517c3b3399c8dc5daf144cc8d8bac64.tar.bz2
txr-53500f757517c3b3399c8dc5daf144cc8d8bac64.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"