This sets the fallback icon theme to the current(system default) icon theme before
launcher specific themes are applied
And removes `Inherits` line of multimc/legacy icon theme because it can end up making it
inherit a default theme set from /usr/share/icons/default/index.theme
instead of the user configured theme (probably a qt bug?)
Signed-off-by: leia uwu <leia@tutamail.com>
While not needed for regular releases, it is needed for CI when an Apple Developer account isn't available and you can only perform an ad-hoc signature.
Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
These are cruft from an older time when the launcher was ad-hoc signed, and the OS couldn't tell the libraries and launcher were signed by the same party.
Additionally, add a workaround to send the necessary library injection to the game if Steam overlay is used despite library validation being on for the launcher.
Signed-off-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
This also switches to the Docker image provided and maintained by
Flathub collaborators through the 'flathub-infra' organization on
GitHub, because it looks better maintained at the moment.
Signed-off-by: guihkx <626206+guihkx@users.noreply.github.com>