diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-04-10 07:06:26 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-04-10 07:06:26 -0700 |
commit | 043fe2488a8256b1324526d19949dbb8042e30a1 (patch) | |
tree | 52fbf9b4e7e184cdd1a93eb8b59fdbb7f54e7205 /inst.nsi | |
parent | 9fdcdb3e6fa4529f6b68f93f9c7b780502243463 (diff) | |
download | txr-043fe2488a8256b1324526d19949dbb8042e30a1.tar.gz txr-043fe2488a8256b1324526d19949dbb8042e30a1.tar.bz2 txr-043fe2488a8256b1324526d19949dbb8042e30a1.zip |
Windows: package .tlo files.
* inst.nsi (section "TXR"): Add File command to package up
the compiled .tlo files.
Diffstat (limited to 'inst.nsi')
-rw-r--r-- | inst.nsi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ section "TXR" SetOutPath $INSTDIR\txr\share\txr\stdlib File share\txr\stdlib\*.txr File share\txr\stdlib\*.tl + File share\txr\stdlib\*.tlo Delete /REBOOTOK $INSTDIR\txr\bin\sh.exe RmDir /r /REBOOTOK $INSTDIR\txr\share\man WriteUninstaller $INSTDIR\txr\uninstall.exe |