diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-02 18:23:21 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-02 18:23:21 -0700 |
commit | b52dc0d27e494ebccbfde4ef01379699fc8f4299 (patch) | |
tree | ac9b18a4716842c9ba8a8bda4dfeab656ef9c8ce | |
parent | 90606af80e09cf38a61ec5e6bc4411581e03500a (diff) | |
download | txr-b52dc0d27e494ebccbfde4ef01379699fc8f4299.tar.gz txr-b52dc0d27e494ebccbfde4ef01379699fc8f4299.tar.bz2 txr-b52dc0d27e494ebccbfde4ef01379699fc8f4299.zip |
Installer deletes the sh.exe created by TXR 144.
* inst.nsi: Delete sh.exe. If unable, it's okay to
leave it to the next reboot; it's not critical to
remove sh.exe.
-rw-r--r-- | inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +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 WriteUninstaller $INSTDIR\txr\uninstall.exe CreateDirectory "$SMPROGRAMS\TXR" CreateShortCut "$SMPROGRAMS\TXR\txr.lnk" "$INSTDIR\txr" |