From 7e5d33e17bde61dbc46ed262e58e4e0611137456 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 10 Apr 2018 07:06:26 -0700 Subject: Windows: package .tlo files. * inst.nsi (section "TXR"): Add File command to package up the compiled .tlo files. --- inst.nsi | 1 + 1 file changed, 1 insertion(+) diff --git a/inst.nsi b/inst.nsi index 3d8e8cb3..8ed9b8ba 100644 --- a/inst.nsi +++ b/inst.nsi @@ -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 -- cgit v1.2.3