Skip to content

Commit

Permalink
build: fix icon path in appimage recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
u8slvn committed Aug 30, 2024
1 parent c64a0c5 commit 5366591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ script:
- VERSION=$(poetry version --short)
- rm -rf $TARGET_APPDIR | true
- mkdir -p $TARGET_APPDIR/usr/src
- mkdir -p $TARGET_APPDIR/usr/share/icons
- mkdir -p $TARGET_APPDIR/usr/share/icons/256x256
- cp -r ./dist/Doggo/* $TARGET_APPDIR/usr/src
- cp ./src/doggo/assets/icon-256.png $TARGET_APPDIR/usr/share/icons/256x256/doggo.png
- cp ./assets/icon-256.png $TARGET_APPDIR/usr/share/icons/256x256/doggo.png
- mkdir -p $TARGET_APPDIR/usr/lib/x86_64-linux-gnu
- cp /usr/lib/x86_64-linux-gnu/libc.so.6 $TARGET_APPDIR/usr/lib/x86_64-linux-gnu
- cp /usr/lib/x86_64-linux-gnu/libdl.so.2 $TARGET_APPDIR/usr/lib/x86_64-linux-gnu
Expand Down

0 comments on commit 5366591

Please sign in to comment.