mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-18 07:17:53 +00:00
AppImage real?
Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
parent
807397680a
commit
053d68deef
13 changed files with 402 additions and 2 deletions
11
AppImageBuilder/assets/AppRun
Executable file
11
AppImageBuilder/assets/AppRun
Executable file
|
@ -0,0 +1,11 @@
|
|||
#! /bin/bash
|
||||
|
||||
cd "$APPDIR"
|
||||
|
||||
if [ -d /usr/lib/$(uname -m)-linux-gnu/qt5 ] || [ -d /usr/lib/qt ]; then
|
||||
# System-wide Qt5
|
||||
exec ./yuzu.sh "$@"
|
||||
else
|
||||
# Bundled Qt5
|
||||
exec ./yuzu-bqt.sh "$@"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue