mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
properly set the environmental variable in apprun-hook
This commit is contained in:
parent
887adda8c4
commit
f2ffd95e49
@ -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…
Reference in New Issue
Block a user