diff --git a/.github/workflows/windows-ci.yaml b/.github/workflows/windows-ci.yaml index ffeaa05..095365c 100644 --- a/.github/workflows/windows-ci.yaml +++ b/.github/workflows/windows-ci.yaml @@ -42,7 +42,7 @@ jobs: - name: Build Dependencies run: | - vcpkg install "@${{ github.workspace }}\vcpkg.txt" --triplet ${{ matrix.cfg.triplet }} + vcpkg install --triplet ${{ matrix.cfg.triplet }} vcpkg list --x-full-desc # Qt5 takes roughly a thousand years to build, so we download it from elsewhere... diff --git a/.gitignore b/.gitignore index 24d8328..ea4e817 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ bin/VaultShop /build64 /Dist /Dist64 +/vcpkg_installed diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..fcae681 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "plasmashop", + "version-string": "3.0", + "description": "Swiss army knife for Plasma file hacking", + "dependencies": [ + "libjpeg-turbo", + "libpng", + "string-theory", + "zlib" + ] +} diff --git a/vcpkg.txt b/vcpkg.txt deleted file mode 100644 index cf7a000..0000000 --- a/vcpkg.txt +++ /dev/null @@ -1,4 +0,0 @@ -libjpeg-turbo -libpng -string-theory -zlib