ok release target now downloads the same known-good assets from public server

remove dup rule
pull/864/head
Rick V 5 years ago
parent f11b9b1189
commit c9ec5e4083
No known key found for this signature in database
GPG Key ID: C0EDC8723FDC3465

@ -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
-rm -rf curl-7* include lib mbedtls-2* *.exe *.dll *.pem *.7z

Loading…
Cancel
Save