X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=rules%2Fnwjs.mk;h=55e13ddbe046cd1ba714485563a3812f89fb00b1;hp=bd5f37de8d6b46c40b4bd5c04b5b9089e8d6afb8;hb=09808b9f234f8feaa1e6d972adf3c480749e7330;hpb=ac47d3137a6a3dc618afe9bf1a6ca860e117942a diff --git a/rules/nwjs.mk b/rules/nwjs.mk index bd5f37d..55e13dd 100644 --- a/rules/nwjs.mk +++ b/rules/nwjs.mk @@ -16,6 +16,7 @@ nwjs-pattern := $(addprefix nwjs-v%-,$(nwjs-platforms)) $(nwjs-pattern): $(MKDIR) '$(@D)' +# HTTP-only - https://github.com/nwjs/nw.js/issues/3393 wget -O '$@'.inprogress 'http://dl.nwjs.io/v$(*F)/$(@F)' mv '$@'.inprogress "$@" @@ -91,7 +92,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)