|
|
|
|
|
by dTal
1172 days ago
|
|
AppImage is not like the other two, it is fundamentally just a way to make a self-contained binary directory into a single runnable file - a way to avoid having to tell the user to extract a tarball and run a particular file inside. Convenience, nothing more. The other two define entire alternate runtimes. |
|
AppImages are not comparable with statically linked binaries.