From ec337b374d845f5a1457c10b952d766528f2dd48 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Wed, 30 Oct 2024 20:49:10 -0500 Subject: [PATCH] try add windows itch manifest --- .github/workflows/release.yml | 3 +++ .itch.windows.toml | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 .itch.windows.toml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b61c8cac..719bcc17 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -97,6 +97,9 @@ jobs: run: 'python 7145bcf6621891f5176c8caa165d6b93/fix-rpaths.py "build/Blades of Exile/BoE Character Editor.app"' if: ${{ matrix.os.name == 'macos' }} + - run: cp .itch.windows.toml build/.itch.toml + if: ${{ matrix.os.name == 'windows' }} + - name: 'Tar unsigned files' run: 'tar -cvf cboe-${{ matrix.os.name }}${{ matrix.os.suffix }}-${{ matrix.configuration }}-unsigned.tar "Blades of Exile"' working-directory: '${{ github.workspace }}/build' diff --git a/.itch.windows.toml b/.itch.windows.toml new file mode 100644 index 00000000..cee9f4ae --- /dev/null +++ b/.itch.windows.toml @@ -0,0 +1,3 @@ +[[actions]] +name = "play" +path = "Blades of Exile.exe" \ No newline at end of file