mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
test
This commit is contained in:
parent
a10262ac48
commit
633d2f2b9f
1 changed files with 3 additions and 3 deletions
|
@ -13,8 +13,7 @@ rm -rf ./AppDir/usr/Source/Core/DolphinQt/CMakeFiles
|
||||||
rm -rf ./AppDir/usr/Source/Core/DolphinQt/dolphin-emu_autogen
|
rm -rf ./AppDir/usr/Source/Core/DolphinQt/dolphin-emu_autogen
|
||||||
rm ./AppDir/usr/Source/Core/DolphinQt/cmake_install.cmake
|
rm ./AppDir/usr/Source/Core/DolphinQt/cmake_install.cmake
|
||||||
rm ./AppDir/usr/bin/dolphin-emu-nogui
|
rm ./AppDir/usr/bin/dolphin-emu-nogui
|
||||||
rm ./AppDir/usr/bin/dolphin-tool
|
xxmv ./AppDir/usr/share/dolphin-emu/sys ./AppDir/usr/bin/Sys
|
||||||
mv ./AppDir/usr/share/dolphin-emu/sys ./AppDir/usr/bin/Sys
|
|
||||||
rm -rf ./AppDir/usr/share/dolphin-emu
|
rm -rf ./AppDir/usr/share/dolphin-emu
|
||||||
sed -i 's/env QT_QPA_PLATFORM=xcb dolphin-emu/dolphin-emu/g' ./AppDir/usr/share/applications/dolphin-emu.desktop
|
sed -i 's/env QT_QPA_PLATFORM=xcb dolphin-emu/dolphin-emu/g' ./AppDir/usr/share/applications/dolphin-emu.desktop
|
||||||
|
|
||||||
|
@ -36,6 +35,7 @@ chmod a+x appimagetool-x86_64.AppImage
|
||||||
--plugin qt \
|
--plugin qt \
|
||||||
--plugin checkrt
|
--plugin checkrt
|
||||||
|
|
||||||
|
mkdir -p ./AppDir/apprun-hooks
|
||||||
echo 'export 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 root/
|
./appimagetool-x86_64.AppImage -n ./AppDir root/
|
Loading…
Add table
Add a link
Reference in a new issue