mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-05-07 10:51:04 +03:00
Merge branch 'develop' into enhancement/1805/more-pywin32-handoffs
This commit is contained in:
commit
0f9831a13f
4
.github/workflows/windows-build.yml
vendored
4
.github/workflows/windows-build.yml
vendored
@ -113,9 +113,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Download winsparkle
|
- name: Download winsparkle
|
||||||
run: |
|
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
|
Expand-Archive out.zip
|
||||||
Move-Item 'out\WinSparkle-0.8.3\Release\*' '.\'
|
Move-Item 'out\WinSparkle-0.9.0\Release\*' '.\'
|
||||||
|
|
||||||
- name: Build EDMC
|
- name: Build EDMC
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user