Skip to content

Commit

Permalink
Fix icon path.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Aug 6, 2023
1 parent afa9010 commit 22e5188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: |
set -e
rm love.svg love.desktop
cp ../depls2/assets/image/icon/icon_1024x1024.png livesim2.png
cp ../depls2/assets/image/icon/new_icon_1024x1024.png livesim2.png
cp ../depls2/build-util/livesim2.desktop livesim2.desktop
- name: Build tar
working-directory: dist
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
7z x -oresourcehacker resourcehacker.zip
if errorlevel 1 exit /b 1
- name: Generate Icon
run: magick convert depls2/assets/image/icon/icon_1024x1024.png -resize 256x256 -define icon:auto-resize="256,128,96,64,48,32,16" livesim2.ico
run: magick convert depls2/assets/image/icon/new_icon_1024x1024.png -resize 256x256 -define icon:auto-resize="256,128,96,64,48,32,16" livesim2.ico
- name: Generate Resource File
run: |
copy /y depls2\build-util\livesim2.manifest livesim2.manifest
Expand Down

0 comments on commit 22e5188

Please sign in to comment.