mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
properly set the environmental variable in apprun-hook
This commit is contained in:
parent
887adda8c4
commit
f2ffd95e49
1 changed files with 1 additions and 1 deletions
|
@ -36,6 +36,6 @@ chmod a+x appimagetool-x86_64.AppImage
|
|||
--plugin qt \
|
||||
--plugin checkrt
|
||||
|
||||
echo 'env QT_QPA_PLATFORM=xcb' >> ./AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh
|
||||
echo 'export QT_QPA_PLATFORM=xcb' >> ./AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh
|
||||
|
||||
./appimagetool-x86_64.AppImage ./AppDir
|
||||
|
|
Loading…
Add table
Reference in a new issue