Skip to content

Instantly share code, notes, and snippets.

@souhaiebtar
Created May 19, 2020 11:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save souhaiebtar/0f072a4c10c4558916ac5544826a5edf to your computer and use it in GitHub Desktop.
Save souhaiebtar/0f072a4c10c4558916ac5544826a5edf to your computer and use it in GitHub Desktop.
[unpack/pack an appimage] how to unpack/pack an appimage #appimage #linux

./Cacher-2.25.7.AppImage --appimage-extract normally there should be a squashfs-root folder cd squashfs-root/usr/share/icons/hicolor/512x512/apps/

./your.AppImage --appimage-extract However, mount does

mkdir /tmp/mountpoint sudo mount -o loop your.AppImage /tmp/mountpoint

pack the squashfs folder using appimagetool ./appimagetool-x86_64.AppImage -v /home/tunknown/Desktop/squashfs-root

unpack doesn't always work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment