From 53500f757517c3b3399c8dc5daf144cc8d8bac64 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 12 Jul 2016 06:24:47 -0700 Subject: Installer: correct path for deleting sh.exe. * inst.nsi: delete sh.exe from bin directory, not root. --- inst.nsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3