Change setup URL
This commit is contained in:
parent
c538d64620
commit
763787ab30
|
@ -24,10 +24,10 @@ jobs:
|
||||||
md .\Release
|
md .\Release
|
||||||
md .\x64\Release
|
md .\x64\Release
|
||||||
md .\launcher\obj
|
md .\launcher\obj
|
||||||
iwr http://vichingo455.ddns.net/en/downloads/WUIsBack-nightly/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
|
iwr https://ftp-vichingo455.duckdns.org/pub/WUIsBack/.github/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
|
||||||
iwr http://vichingo455.ddns.net/en/downloads/WUIsBack-nightly/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
|
iwr https://ftp-vichingo455.duckdns.org/pub/WUIsBack/.github/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
|
||||||
iwr http://vichingo455.ddns.net/en/downloads/WUIsBack-nightly/LegacyUpdate32.exe -outfile '.\launcher\obj\LegacyUpdate32.exe'
|
iwr https://ftp-vichingo455.duckdns.org/pub/WUIsBack/.github/LegacyUpdate32.exe -outfile '.\launcher\obj\LegacyUpdate32.exe'
|
||||||
iwr http://vichingo455.ddns.net/en/downloads/WUIsBack-nightly/LegacyUpdate64.exe -outfile '.\launcher\obj\LegacyUpdate64.exe'
|
iwr https://ftp-vichingo455.duckdns.org/pub/WUIsBack/.github/LegacyUpdate64.exe -outfile '.\launcher\obj\LegacyUpdate64.exe'
|
||||||
- name: Compile WUIsBack
|
- name: Compile WUIsBack
|
||||||
run: |
|
run: |
|
||||||
makensis "setup\setup.nsi"
|
makensis "setup\setup.nsi"
|
||||||
|
|
Loading…
Reference in New Issue