mirror of
https://github.com/RetroDECK/org.DolphinEmu.dolphin-emu.git
synced 2025-04-10 19:15:11 +00:00
Fixed wrapper
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
Some checks failed
Build Artifacts for RetroDECK main manifest / build-project (push) Has been cancelled
This commit is contained in:
parent
8d44f07ee1
commit
e8931e38a0
|
|
@ -104,6 +104,7 @@ modules:
|
||||||
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
ln -sf {app/com.discordapp.Discord,$XDG_RUNTIME_DIR}/discord-ipc-$i;
|
||||||
done
|
done
|
||||||
|
|
||||||
|
source /app/libexec/checks.sh
|
||||||
if [[ $(check_desktop_mode) == "true" ]]; then
|
if [[ $(check_desktop_mode) == "true" ]]; then
|
||||||
log d "Running Dolphin in Desktop Mode"
|
log d "Running Dolphin in Desktop Mode"
|
||||||
export QT_QPA_PLATFORM=xcb
|
export QT_QPA_PLATFORM=xcb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue