AppImage / AppImage/appimagetool
Remove the --comp option in appimagetool
未關閉
- 主要語言
- C
- 星號
- 426
- 分支
- 55
- PR 合併指標
- 30 天內沒有已合併 PR
描述
I'm trying to build an appimage with xz compression due to AppImageLauncher not supporting zstd.
If i run appimagetool-x86_64.AppImage --comp xz .... , it will say "mksquashfs: Compressor "xz" is not supported!"
I believe it's becuase the bundled mksquashfs did not enable any compression methods other than zstd, making --comp meaningless
ref: ci/install-static-mksquashfs.sh
`make -j"$jobs" GZIP_SUPPORT=0 XZ_SUPPORT=0 LZO_SUPPORT=0 LZ4_SUPPORT=0 ZSTD_SUPPORT=1 COMP_DEFAULT=zstd LDFLAGS=-static USE_PREBUILT_MANPAGES=y install`
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。