mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
There are two executable path : - The user one (the appimage path) - The real one (in the appimage archive) When we search of `library.xml` we need the user one. But when we search of `aria2c` or `kiwix-serve` we need the real one. Fix kiwix/kiwix-desktop#256