mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Typo fix
This commit is contained in:
parent
fa6f999754
commit
aace685202
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then
|
||||||
|
|
||||||
if [ "$CPU_ARCH" = "aarch64" ]; then
|
if [ "$CPU_ARCH" = "aarch64" ]; then
|
||||||
# Ideally we should always ship the wayland integration libraries. Unfortunately glibc ABI issues on steam deck make this undesirable right now, so we only ship for arm64
|
# Ideally we should always ship the wayland integration libraries. Unfortunately glibc ABI issues on steam deck make this undesirable right now, so we only ship for arm64
|
||||||
export EXTRA_QT_PLUGINS="$EXTRA_QTPLUGINS;waylandcompositor"
|
export EXTRA_QT_PLUGINS="$EXTRA_QT_PLUGINS;waylandcompositor"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt
|
APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue