1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 16:27:13 +03:00

windows-build: Revert WinSparkle DLL to 32-bit, not 64-bit

Some testing of 64-bit builds must have accidentally left this in place.
This commit is contained in:
Athanasius 2023-01-20 11:46:57 +00:00
parent fd0c9c505b
commit ee5931db4a
No known key found for this signature in database
GPG Key ID: 772697E181BB2767

View File

@ -108,7 +108,7 @@ jobs:
run: |
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.7.0/WinSparkle-0.7.0.zip -OutFile out.zip
Expand-Archive out.zip
Move-Item 'out\WinSparkle-0.7.0\x64\Release\*' '.\'
Move-Item 'out\WinSparkle-0.7.0\Release\*' '.\'
- name: Build EDMC
run: |