Skip to content

Commit

Permalink
icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Jan 18, 2024
1 parent 6ef63cf commit 166ddbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
mkdir -p AppDir/usr/share/icons/hicolor/512x512/apps/
mkdir -p AppDir/usr/share/applications
cp ../../linux/assets/top.jtmonster.jhentai.desktop AppDir/usr/share/applications
cp ../../assets/icon_512.png AppDir/usr/share/icons/hicolor/512x512/apps/top.jtmonster.jhentai.png
cp ../../assets/icon_512.png AppDir/usr/share/icons/hicolor/512x512/apps/jhentai.png
./appimage-builder --skip-tests --recipe ../../linux/assets/AppImageBuilder.yml
mv JHenTai-latest-x86_64.AppImage JHenTai-${{ steps.get_version.outputs.version }}-Linux-x86_64.AppImage
# Upload Artifacts
Expand Down
2 changes: 1 addition & 1 deletion linux/assets/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AppDir:
app_info:
id: top.jtmonster.jhentai
name: JHenTai
icon: top.jtmonster.jhentai
icon: jhentai
version: latest
exec: jhentai
exec_args: $@
Expand Down

0 comments on commit 166ddbc

Please sign in to comment.