AppImage压缩与解压
参考 https://github.com/AppImage/AppImageKit
# 解压 AppImage
./YourAppImage --appimage-extract
# 压缩成 AppImage
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool-x86_64.AppImage
./appimagetool-x86_64.AppImage extracted_folder