Skip to content

Commit

Permalink
Update winrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD authored Jul 28, 2024
1 parent c0d3fec commit 6e95974
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/winrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,22 @@ jobs:
- name: Restore NuGet packages
run: nuget restore PCSX2_qt.sln
- name: Download Patches
shell: cmd
run: |
cd bin/resources
aria2c -Z "https://github.com/PCSX2/pcsx2_patches/releases/tag/latest/download/patches.zip"
- name: Download Dependencies
shell: cmd
run: |
aria2c -Z "https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/latest-windows-dependencies/pcsx2-windows-dependencies.7z"
- name: Extract some files
run: 7z x pcsx2-windows-dependencies.7z -o"./"

- name: Build the project
run: msbuild PCSX2_qt.sln /t:Restore,Rebuild /p:Configuration=Release /p:Platform=x64
run: msbuild PCSX2_qt.sln /m /p:PlatformToolset=v143 /t:Restore,Rebuild /p:Configuration=Release /p:Platform=x64 /t:restore,build /p:RestorePackagesConfig=true

- name: Build APPX
run: |
Expand Down

0 comments on commit 6e95974

Please sign in to comment.