Use vcpkg manifest for minhook

This commit is contained in:
AeonLucid
2025-01-07 03:01:40 +01:00
parent 6d8d4bd6a5
commit 9560417268
10 changed files with 25 additions and 640 deletions
-5
View File
@@ -29,11 +29,6 @@ jobs:
- name: Restore NuGet
run: dotnet restore ${{env.PROJ_LAUNCHER}}
- name: Install Prospect.Agent dependencies
run: |
vcpkg integrate install
vcpkg install minhook:x64-windows-static
- name: Build Prospect.Agent
run: msbuild /m /p:Configuration=Release /p:Platform=x64 ${{env.PROJ_AGENT}}