File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ jobs:
3333 - name : Patch SDK
3434 run : |
3535 (Get-Content "lib\foobar2000_sdk\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj") `
36- | ForEach-Object { $_ -replace '\.\.\\packages\\wtl', '..\..\..\..\packages\ wtl' } `
36+ | ForEach-Object { $_ -replace '\.\.\\packages\\wtl', '..\..\..\..\wtl' } `
3737 | Set-Content "lib\foobar2000_sdk\foobar2000\helpers\foobar2000_sdk_helpers.vcxproj"
3838
3939 - name : Download WTL and nlohmann/json
4040 run : |
41- git clone https://git.code.sf.net/p/wtl/git lib\WTL
41+ git clone https://git.code.sf.net/p/wtl/git lib\wtl
4242
4343 New-Item -ItemType Directory -Force -Path "lib\nlohmann"
4444 (New-Object System.Net.WebClient).DownloadFile("https://github.com/nlohmann/json/releases/download/v3.12.0/json.hpp", "lib\nlohmann\json.hpp")
You can’t perform that action at this time.
0 commit comments