mirror of
https://github.com/rangermix/TwitchDropsMiner.git
synced 2026-05-31 09:29:37 +00:00
appimage-builder is a tool that is not officially part of the AppImage ecosystem, and lately its maintainer hasn't been able to keep up with the latest AppImage ideas, most notably: - The move to a new statically-linked runtime: Before this, all AppImages using the old runtime, would depend on libfuse2 to be installed on the host system just to be able to run out of the box. This wasn't much of a problem back then, because libfuse2 was ubiquitous. However, nowadays, some have distros don't even have it in their official repositories. - The removal of the xz compression algorithm (used by default), and the addition of Zstd. Luckily, the problems above have been fixed in the git version of appimage-builder, but a stable release is yet to be made, so we'll have to use the git version, because other AppImage-making tools are not as nice and convenient as appimage-builder.