Can we fix NSIS?

This commit is contained in:
Calvin Rose 2019-12-31 12:09:54 -05:00
parent b872ee024f
commit 0b0fb18c42
4 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -1,6 +1,7 @@
Unicode True
!echo "Program Files: ${PROGRAMFILES}"
!addplugindir "tools\"
# Version
!define PRODUCT_VERSION "${VERSION}.0"

BIN
tools/EnVar.dll Normal file

Binary file not shown.

Binary file not shown.