Skip to content

Commit

Permalink
AppImage: explain need for mksquashfs
Browse files Browse the repository at this point in the history
  • Loading branch information
git-developer committed Sep 10, 2023
1 parent a47dd1a commit 84077b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/AppImageBuilder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ script:
icon_path="${TARGET_APPDIR}/usr/share/icons/hicolor/128x128/apps"
mkdir -p "${icon_path}"
cp -a dist/evdevhook2.png "${icon_path}"
# mksquashfs is required until fix of https://github.com/AppImageCrafters/build-appimage/issues/5
apt-get update && apt-get install -y --no-install-recommends squashfs-tools
AppDir:
Expand Down

0 comments on commit 84077b4

Please sign in to comment.