AppImage / AppImage/appimagetool

Remove the --comp option in appimagetool

Abierto
#69 13 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C
Estrellas
426
Forks
55
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

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`

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.