Update nightly.yml

This commit is contained in:
Useful Stuffs
2024-02-28 17:04:21 +01:00
committed by GitHub
parent 8ca7180aa6
commit 193fec0d6b

View File

@@ -22,8 +22,8 @@ jobs:
run: |
md .\Release
md .\x64\Release
iwr http://fritzbox3272.controlliamo.com/WUIsBack/dll/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
iwr http://fritzbox3272.controlliamo.com/WUIsBack/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
iwr http://vichingo455.ddns.net/WUIsBack/dll/LegacyUpdate32.dll -outfile '.\Release\LegacyUpdate.dll'
iwr http://vichingo455.ddns.net/WUIsBack/dll/LegacyUpdate64.dll -outfile '.\x64\Release\LegacyUpdate.dll'
- name: Compile WUIsBack
run: |
makensis "setup\setup.nsi"