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 2f676f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
- mkdir -p $TARGET_APPDIR/usr/src
- mkdir -p $TARGET_APPDIR/usr/share/icons
- 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 2f676f6

Please sign in to comment.