diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-03-01 06:57:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-03-01 06:57:28 -0800 |
commit | a6b21fd386f88454f8c05a690ea309bec32c3857 (patch) | |
tree | 54c786eb0b3adae56a6f4e880fbcba8bf4ad1aac /inst.nsi | |
parent | 01860464bd8649b9029087b947239229aa198cae (diff) | |
download | txr-a6b21fd386f88454f8c05a690ea309bec32c3857.tar.gz txr-a6b21fd386f88454f8c05a690ea309bec32c3857.tar.bz2 txr-a6b21fd386f88454f8c05a690ea309bec32c3857.zip |
Version 134.txr-134
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
* inst.nsi: include .tl files in installer
Diffstat (limited to 'inst.nsi')
-rw-r--r-- | inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ section "TXR" File METALICENSE SetOutPath $INSTDIR\txr\share\txr\stdlib File share\txr\stdlib\*.txr + File share\txr\stdlib\*.tl WriteUninstaller $INSTDIR\txr\uninstall.exe CreateDirectory "$SMPROGRAMS\TXR" CreateShortCut "$SMPROGRAMS\TXR\txr.lnk" "$INSTDIR\txr" |