aboutsummaryrefslogtreecommitdiffstats
path: root/scm.nsi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-03-03 00:56:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-08-02 00:09:46 -0700
commit879f4fa041cfdefee655eb877f1a91f86a9c62b7 (patch)
treebc68ac058e5d0a7cf8e7815cbe1070fd60e75589 /scm.nsi
parentd13fcf5c0bd68f67059b2561c28c40b55e1117a3 (diff)
downloadscm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.tar.gz
scm-879f4fa041cfdefee655eb877f1a91f86a9c62b7.zip
New upstream version 5f2
Diffstat (limited to 'scm.nsi')
-rw-r--r--scm.nsi12
1 files changed, 7 insertions, 5 deletions
diff --git a/scm.nsi b/scm.nsi
index 1954b05..db06c7b 100644
--- a/scm.nsi
+++ b/scm.nsi
@@ -4,8 +4,8 @@
; placed in the public domain
; *** version numbers ***
-!define PRODUCT_VERSION "5e5-1"
-!define REQ_SLIB_VERSION "3b1-1"
+!define PRODUCT_VERSION "5f2-1"
+!define REQ_SLIB_VERSION "3b5-1"
; ----------------[ NO CHANGES BELOW ]----------------
@@ -21,7 +21,7 @@
!define PRODUCT_NAME "SCM"
!define PRODUCT_COMPANY "Voluntocracy"
!define PRODUCT_PUBLISHER "Aubrey Jaffer"
-!define PRODUCT_WEB_SITE "http://swissnet.ai.mit.edu/~jaffer/SCM.html"
+!define PRODUCT_WEB_SITE "http://people.csail.mit.edu/jaffer/SCM.html"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\scm-${PRODUCT_VERSION}.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
@@ -103,7 +103,8 @@ Section "MainSection" SEC01
File "scm.exe"
File "scm.html"
File "SCM.ico"
- File "Init5e5.scm"
+ File "Init5f2.scm"
+ File "Tscript.scm"
File "Transcen.scm"
File "mkimpcat.scm"
File "hobbit.scm"
@@ -181,7 +182,8 @@ Section Uninstall
Delete "$INSTDIR\hobbit.scm"
Delete "$INSTDIR\mkimpcat.scm"
Delete "$INSTDIR\Transcen.scm"
- Delete "$INSTDIR\Init5e5.scm"
+ Delete "$INSTDIR\Tscript.scm"
+ Delete "$INSTDIR\Init5f2.scm"
Delete "$INSTDIR\SCM.ico"
Delete "$INSTDIR\scm.html"
Delete "$INSTDIR\scm.exe"