aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-12-31 12:09:54 -0500
committerCalvin Rose <calsrose@gmail.com>2019-12-31 12:10:57 -0500
commit0b0fb18c4274e8c4e3c295fcf8300a2389b7ff8c (patch)
tree23e4f251b8b32e8cbeb69d6834424776dc148f29
parentAdd test for issue #232 (diff)
Can we fix NSIS?
-rw-r--r--appveyor.yml1
-rw-r--r--janet-installer.nsi1
-rw-r--r--tools/EnVar.dllbin0 -> 9216 bytes
-rw-r--r--tools/EnVar_plugin.zipbin33630 -> 0 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4df22d58..00cafd69 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,7 +24,6 @@ install:
# Replace makensis.exe and files with special long string build. This should
# prevent issues when setting PATH during installation.
- 7z e "tools\nsis-3.05-strlen_8192.zip" -o"C:\Program Files (x86)\NSIS\" -y
- - 7z e "tools\EnVar_plugin.zip" -o"C:\Program Files (x86)\NSIS\" -y
- build_win all
- refreshenv
# We need to reload vcvars after refreshing
diff --git a/janet-installer.nsi b/janet-installer.nsi
index 77baf6c8..88c065be 100644
--- a/janet-installer.nsi
+++ b/janet-installer.nsi
@@ -1,6 +1,7 @@
Unicode True
!echo "Program Files: ${PROGRAMFILES}"
+!addplugindir "tools\"
# Version
!define PRODUCT_VERSION "${VERSION}.0"
diff --git a/tools/EnVar.dll b/tools/EnVar.dll
new file mode 100644
index 00000000..08d60de9
--- /dev/null
+++ b/tools/EnVar.dll
Binary files differ
diff --git a/tools/EnVar_plugin.zip b/tools/EnVar_plugin.zip
deleted file mode 100644
index cdee545e..00000000
--- a/tools/EnVar_plugin.zip
+++ /dev/null
Binary files differ