Update with more iOS details.
[pwl6.git] / rules / nwjs.mk
index bd5f37d..55e13dd 100644 (file)
@@ -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)