diff --git a/win32-setup/Makefile b/win32-setup/Makefile index 055f5da69..d272d0dc1 100644 --- a/win32-setup/Makefile +++ b/win32-setup/Makefile @@ -40,10 +40,12 @@ dbghelp: else regdbhelper.dll: - scp despair@10.10.10.3:web/loki/win32-dist/*.dll . + wget https://snowlight.net/loki/win32-dist/dbghelp32.dll + wget https://snowlight.net/loki/win32-dist/dbghelp64.dll + wget https://snowlight.net/loki/win32-dist/regdbhelper.dll lokinet-bootstrap.exe: - scp despair@10.10.10.3:web/loki/win32-dist/*.exe . + wget https://snowlight.net/loki/win32-dist/lokinet-bootstrap.exe wget -O rootcerts.pem https://curl.haxx.se/ca/cacert.pem cp ../LICENSE .;unix2dos LICENSE LICENSE @@ -65,4 +67,4 @@ tap-win32: mv tap-windows-9.9.2_3.7z tuntapv9.7z clean: - -rm -rf curl-7* include lib mbedtls-2* *.exe *.dll *.pem *.7z \ No newline at end of file + -rm -rf curl-7* include lib mbedtls-2* *.exe *.dll *.pem *.7z