Skip to content

Commit

Permalink
Upgrade NSIS installer
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed May 8, 2019
1 parent b6bb8f3 commit 3ea1afc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -611,11 +611,11 @@ else
$(error no win-extras target for ARCH=$(ARCH))
endif
cd $(JULIAHOME)/dist-extras && \
$(JLDOWNLOAD) https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/unsis/nsis-2.46.5-Unicode-setup.exe && \
$(JLCHECKSUM) nsis-2.46.5-Unicode-setup.exe && \
$(JLDOWNLOAD) https://sourceforge.net/projects/nsis/files/NSIS%203/3.04/nsis-3.04-setup.exe && \
$(JLCHECKSUM) nsis-3.04-setup.exe && \
chmod a+x 7z.exe && \
chmod a+x 7z.dll && \
$(call spawn,./7z.exe) x -y -onsis nsis-2.46.5-Unicode-setup.exe && \
$(call spawn,./7z.exe) x -y -onsis nsis-3.04-setup.exe && \
chmod a+x ./nsis/makensis.exe

# various statistics about the build that may interest the user
Expand Down
4 changes: 2 additions & 2 deletions contrib/windows/build-installer.nsi
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Unicode true

!include "MUI2.nsh"
!include "nsDialogs.nsh"
!include "winmessages.nsh"
Expand Down Expand Up @@ -153,5 +155,3 @@ FunctionEnd
Function ShowInstallFolder
ExecShell "open" $INSTDIR
FunctionEnd


1 change: 0 additions & 1 deletion deps/checksums/nsis-2.46.5-Unicode-setup.exe/md5

This file was deleted.

1 change: 0 additions & 1 deletion deps/checksums/nsis-2.46.5-Unicode-setup.exe/sha512

This file was deleted.

1 change: 1 addition & 0 deletions deps/checksums/nsis-3.04-setup.exe/md5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3c93427c56714478bb5a7a4bbaab934f
1 change: 1 addition & 0 deletions deps/checksums/nsis-3.04-setup.exe/sha512
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
55142f5eeada65f18f6de950ead5342d78e1a4a01b7620d02dae2fbd3f0d963db482f5a63939131e81a78b458c5306f600578ab96891b0661cb0b74be1f7636d

0 comments on commit 3ea1afc

Please sign in to comment.