Commit graph

7 commits

Author SHA1 Message Date
lat9nq 19907b7500 deploy-linux: Add wayland integration plugins 2023-07-04 00:15:31 -04:00
lat9nq 00d6cc48b9 deploy-linux: Handle platforms folder like the others 2023-07-03 23:32:37 -04:00
lat9nq f059017c05 deploy-linux: Copy all Qt platform plugins 2023-07-03 23:09:00 -04:00
lat9nq df7eeb7bf9 appimage: Copy deploy-linux here
This is a more appropriate location for this script
2023-07-03 23:08:00 -04:00
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