From a69c9fb665459e2bfdbda1bf80741a0af31a7faf Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:06:40 -0800 Subject: New upstream version 3b5 --- slib.nsi | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'slib.nsi') diff --git a/slib.nsi b/slib.nsi index 91e2b7b..540b134 100644 --- a/slib.nsi +++ b/slib.nsi @@ -4,7 +4,7 @@ ; placed in the public domain ; *** version numbers *** -!define PRODUCT_VERSION "3b1-1" +!define PRODUCT_VERSION "3b5-1" ; ----------------[ NO CHANGES BELOW ]---------------- @@ -22,7 +22,7 @@ !define PRODUCT_NAME "SLIB" !define PRODUCT_COMPANY "Voluntocracy" !define PRODUCT_PUBLISHER "Aubrey Jaffer" -!define PRODUCT_WEB_SITE "http://swissnet.ai.mit.edu/~jaffer/SLIB" +!define PRODUCT_WEB_SITE "http://people.csail.mit.edu/jaffer/SLIB" !define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\slib-${PRODUCT_VERSION}.exe" !define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" !define PRODUCT_UNINST_ROOT_KEY "HKLM" @@ -158,6 +158,7 @@ Section "MainSection" SEC01 File "FAQ" File "fdl.texi" File "fluidlet.scm" + File "fluid-let.scm" File "format.scm" File "format.texi" File "formatst.scm" @@ -269,6 +270,7 @@ Section "MainSection" SEC01 File "elk.init" File "gambit.init" File "guile.init" + File "guile-2.init" File "jscheme.init" File "kawa.init" File "macscheme.init" @@ -281,6 +283,7 @@ Section "MainSection" SEC01 File "scm.init" File "scsh.init" File "sisc.init" + File "s7.init" File "STk.init" File "t3.init" File "umbscheme.init" @@ -338,8 +341,8 @@ Section "MainSection" SEC01 File "vet.scm" File "vet.txi" File "withfile.scm" - File "wttest.scm" File "wttree.scm" + File "wttree-test.scm" File "yasyn.scm" ; Shortcuts @@ -399,8 +402,8 @@ Section Uninstall Delete "$INSTDIR\${PRODUCT_NAME}.url" Delete "$INSTDIR\uninst.exe" Delete "$INSTDIR\yasyn.scm" + Delete "$INSTDIR\wttree-test.scm" Delete "$INSTDIR\wttree.scm" - Delete "$INSTDIR\wttest.scm" Delete "$INSTDIR\withfile.scm" Delete "$INSTDIR\vet.txi" Delete "$INSTDIR\vet.scm" @@ -459,6 +462,7 @@ Section Uninstall Delete "$INSTDIR\elk.init" Delete "$INSTDIR\gambit.init" Delete "$INSTDIR\guile.init" + Delete "$INSTDIR\guile-2.init" Delete "$INSTDIR\jscheme.init" Delete "$INSTDIR\kawa.init" Delete "$INSTDIR\macscheme.init" @@ -471,6 +475,7 @@ Section Uninstall Delete "$INSTDIR\scm.init" Delete "$INSTDIR\scsh.init" Delete "$INSTDIR\sisc.init" + Delete "$INSTDIR\s7.init" Delete "$INSTDIR\STk.init" Delete "$INSTDIR\t3.init" Delete "$INSTDIR\umbscheme.init" @@ -581,6 +586,7 @@ Section Uninstall Delete "$INSTDIR\formatst.scm" Delete "$INSTDIR\format.texi" Delete "$INSTDIR\format.scm" + Delete "$INSTDIR\fluid-let.scm" Delete "$INSTDIR\fluidlet.scm" Delete "$INSTDIR\fdl.texi" Delete "$INSTDIR\FAQ" -- cgit v1.2.3