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 | f352b10e5f082ece0294582c534c3cbecebf712e (patch) | |
tree | ac9b18a4716842c9ba8a8bda4dfeab656ef9c8ce | |
parent | 49a888a013e88a62fb5d2a6e75137a5e600013cc (diff) | |
download | txr-f352b10e5f082ece0294582c534c3cbecebf712e.tar.gz txr-f352b10e5f082ece0294582c534c3cbecebf712e.tar.bz2 txr-f352b10e5f082ece0294582c534c3cbecebf712e.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" |