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:
parent
fd0c9c505b
commit
ee5931db4a
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user