Skip to content

Commit

Permalink
add debug exe
Browse files Browse the repository at this point in the history
  • Loading branch information
tillderoquefeuil committed Mar 21, 2023
1 parent 387f5f6 commit c8a5747
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,9 @@ jobs:
run: mkdir ./dist

- name: edit exe file
run: npx exe-edit .\win-dist\gabin-win-x64.exe .\dist\gabin-win-x64-debug.exe --icon .\src\resources\icons\icon-64.ico
run: npx exe-edit .\win-dist\gabin-win-x64.exe .\dist\gabin-win-x64.exe --icon .\src\resources\icons\icon-64.ico --gui
run: |
npx exe-edit .\win-dist\gabin-win-x64.exe .\dist\gabin-win-x64-debug.exe --icon .\src\resources\icons\icon-64.ico
npx exe-edit .\win-dist\gabin-win-x64.exe .\dist\gabin-win-x64.exe --icon .\src\resources\icons\icon-64.ico --gui
- name: Upload executables to asset
id: upload-release-asset
Expand Down

0 comments on commit c8a5747

Please sign in to comment.