diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-06-25 06:22:49 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-06-25 06:22:49 -0700 |
commit | 074a2372e100a9eadaaa4248baa9d9053af559e0 (patch) | |
tree | 53dbcfe44f84b4e998f454afe80f2c95c7ca0d2d /inst.nsi | |
parent | 7d4b1267108e6e0d3363124197fe9ea5bfb2d21d (diff) | |
download | txr-074a2372e100a9eadaaa4248baa9d9053af559e0.tar.gz txr-074a2372e100a9eadaaa4248baa9d9053af559e0.tar.bz2 txr-074a2372e100a9eadaaa4248baa9d9053af559e0.zip |
windows: adjust to stdlib rename.
* inst.nsi: refer to library materials in stdlib
rather than share\txr\stdlib.
Diffstat (limited to 'inst.nsi')
-rw-r--r-- | inst.nsi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,9 +58,9 @@ section "TXR" File LICENSE File METALICENSE SetOutPath $INSTDIR\txr\share\txr\stdlib - File share\txr\stdlib\*.txr - File share\txr\stdlib\*.tl - File share\txr\stdlib\*.tlo + File stdlib\*.txr + File stdlib\*.tl + File stdlib\*.tlo Delete /REBOOTOK $INSTDIR\txr\bin\sh.exe RmDir /r /REBOOTOK $INSTDIR\txr\share\man WriteUninstaller $INSTDIR\txr\uninstall.exe |