Commit Graph

3 Commits

Author SHA1 Message Date
lat9nq
0f1c801082 AppRun: Sort library symbols
Currently the AppRun binary does not sort the symbols it finds. This
causes it to sometimes consider a library to be an older version than it
actually is.

Replace the binary with a patched one from
lat9nq/AppImageKit-checkrt@982633f9ae
which does sort the symbols before trying to replace it.
2022-05-25 22:35:03 -04:00
lat9nq
4f3c845f87 appimage: Update building tools
**Apears** to fix remaining issues with opening external applications,
such as the file browser or a web browser.

097212aa1 linuxdeploy
ecde8a04c linuxdeploy-plugin-qt
1f739c1be appimagetool
2022-05-14 23:21:37 -04:00
lat9nq
a5bfaae726 appimage: Host all required binaries for building AppImages
A regression was introduced recently into yuzu by linuxdeploy. Solution
is to host working versions of everything we need to build yuzu on.

https://github.com/linuxdeploy/linuxdeploy - b7c9785
https://github.com/linuxdeploy/linuxdeploy-plugin-qt - e911a13
https://github.com/darealshinji/AppImageKit-checkrt - 3b8e821
https://github.com/AppImage/AppImageKit - 8bbf694
2021-05-16 04:56:18 -04:00