X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=rules%2Fnwjs.mk;h=60092a7234a26ae3882a119cf86a5b24ab532cc9;hp=bd5f37de8d6b46c40b4bd5c04b5b9089e8d6afb8;hb=1b36f379858d1f88eb709ebdd59465957081c455;hpb=28ebe8923da2beb390696f28c4cf3a87bbe01d34 diff --git a/rules/nwjs.mk b/rules/nwjs.mk index bd5f37d..60092a7 100644 --- a/rules/nwjs.mk +++ b/rules/nwjs.mk @@ -16,7 +16,7 @@ nwjs-pattern := $(addprefix nwjs-v%-,$(nwjs-platforms)) $(nwjs-pattern): $(MKDIR) '$(@D)' - wget -O '$@'.inprogress 'http://dl.nwjs.io/v$(*F)/$(@F)' + wget -O '$@'.inprogress 'https://dl.nwjs.io/v$(*F)/$(@F)' mv '$@'.inprogress "$@" nwjs-version ?= 0.12.0 @@ -91,7 +91,7 @@ $(nwjs-directx): wget -O $@ 'https://github.com/cefsharp/cef-binary/raw/1e51255cf77d267899bf7834768b8774affaad2d/cef_binary_3.y.z_windows32/Release/'$(notdir $@) $(nwjsdir)dxwebsetup.exe: - wget -O $@ http://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe + wget -O $@ https://download.microsoft.com/download/1/7/1/1718CCC4-6315-4D8E-9543-8E28A4E18C4C/dxwebsetup.exe distclean:: $(RM) $(nwjs-archives)