1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-07 19:01:03 +03:00

[Minor] Update WinSparkle Version

This commit is contained in:
David Sangrey 2025-04-27 14:12:00 -04:00
parent d463268353
commit 29813a6f82
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -113,9 +113,9 @@ jobs:
- name: Download winsparkle
run: |
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.8.3/WinSparkle-0.8.3.zip -OutFile out.zip
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.9.0/WinSparkle-0.9.0.zip -OutFile out.zip
Expand-Archive out.zip
Move-Item 'out\WinSparkle-0.8.3\Release\*' '.\'
Move-Item 'out\WinSparkle-0.9.0\Release\*' '.\'
- name: Build EDMC
run: |