Update nightly.yml

This commit is contained in:
Useful Stuffs 2024-05-10 17:08:54 +02:00 committed by GitHub
parent 55136b0ab7
commit bfc4c6fa2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
run: |
md .\Release
md .\x64\Release
iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
iwr https://vichingo455-website.000webhostapp.com/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
iwr https://vichingo455-website.000webhostapp.com/DLL/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
iwr https://vichingo455-website.000webhostapp.com/DLL/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
- name: Compile WUIsBack
run: |
makensis "setup\setup.nsi"