mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
Update appimage.sh
This commit is contained in:
parent
3f8b07402e
commit
c2589efcc5
1 changed files with 1 additions and 3 deletions
|
@ -25,17 +25,15 @@ wget -N https://github.com/AppImage/appimagetool/releases/download/continuous/ap
|
|||
|
||||
|
||||
chmod a+x linuxdeploy-x86_64.AppImage
|
||||
chmod a+x linuxdeploy-plugin-qt-x86_64.AppImage
|
||||
chmod a+x linuxdeploy-plugin-checkrt-x86_64.sh
|
||||
chmod a+x appimagetool-x86_64.AppImage
|
||||
|
||||
# Build the AppImage
|
||||
./linuxdeploy-x86_64.AppImage \
|
||||
--appdir AppDir \
|
||||
--plugin qt \
|
||||
--plugin checkrt
|
||||
|
||||
mkdir -p ./AppDir/apprun-hooks
|
||||
echo 'export QT_QPA_PLATFORM=xcb' >> ./AppDir/apprun-hooks/linuxdeploy-plugin-qt-hook.sh
|
||||
|
||||
./appimagetool-x86_64.AppImage -n ./AppDir root/
|
||||
./appimagetool-x86_64.AppImage -n ./AppDir root/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue