diff --git a/Makefile b/Makefile index d3bc7fc58d905b5d6ea337f703c5c6e442af7603..78f2e9333513c152c5b09034f87b2687f76b8445 100644 --- a/Makefile +++ b/Makefile @@ -186,7 +186,7 @@ ifeq (,$(wildcard build/${PROVIDER}/assets)) @ln -s ../../branding/assets/default build/${PROVIDER}/assets endif ifeq (,$(wildcard build/${PROVIDER}/staging/openvpn-osx)) - @curl -L https://downloads.leap.se/thirdparty/osx/openvpn/openvpn -o build/${PROVIDER}/staging/openvpn-osx + #@curl -L https://downloads.leap.se/thirdparty/osx/openvpn/openvpn -o build/${PROVIDER}/staging/openvpn-osx endif @cp -r ${TEMPLATES}/osx build/${PROVIDER} @VERSION=${VERSION} PROVIDER_CONFIG=${PROVIDER_CONFIG} ${SCRIPTS}/generate-osx.py build/${PROVIDER}/osx/data.json