Merge pull request #5814 from lemondrops/appimage-fix

AppImage: Use XZ compression instead of ZSTD
This commit is contained in:
David Hrdlička
2025-07-22 11:30:13 +02:00
committed by GitHub

View File

@@ -96,4 +96,4 @@ AppDir:
AppImage:
arch: !ENV '${arch_appimage}'
file_name: !ENV '${appimage_path}'
comp: zstd
comp: xz