Skip to content

Commit

Permalink
try add windows itch manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Oct 31, 2024
1 parent 208074c commit ec337b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 3 additions & 0 deletions .itch.windows.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[[actions]]
name = "play"
path = "Blades of Exile.exe"

0 comments on commit ec337b3

Please sign in to comment.