mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +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 qt \
|
||||||
--plugin checkrt
|
--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
|
./appimagetool-x86_64.AppImage ./AppDir
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue