Skip to content

Commit

Permalink
attempt to switch from self-compiled mksquashfs to the one provided b…
Browse files Browse the repository at this point in the history
…y debian

 * #78 (comment)
  • Loading branch information
maltfield committed Mar 31, 2024
1 parent bc5e8bd commit 1902e3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified build/deps/appimagetool-x86_64.AppImage
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions build/linux/buildAppImage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ if [ $INODE_NUM -gt 3 ]; then
SUDO=''
fi

APT_PACKAGES='iptables git python3-pip python3-setuptools python3-virtualenv rsync curl wget gnupg file gnupg'
APT_PACKAGES='iptables git python3-pip python3-setuptools python3-virtualenv rsync curl wget gnupg file gnupg squashfs-tools'

################################################################################
# FUNCTIONS #
Expand Down Expand Up @@ -469,7 +469,7 @@ export SOURCE_DATE_EPOCH="${SOURCE_DATE_EPOCH}"
# the new version of mksquashfs no longer supports the '-mkfs-fixed-time'
# argument, so we remove it
args=\$(echo "\$@" | sed -e 's/-mkfs-fixed-time 0//')
/tmp/squashfs4.4/squashfs-tools/mksquashfs \$args
$(which mksquashfs) \$args
EOF

chmod +x /tmp/appimagetool_appdir/usr/lib/appimagekit/mksquashfs
Expand Down

0 comments on commit 1902e3a

Please sign in to comment.