33branch=` echo ${GITHUB_REF##*/ } `
44
55BUILDBIN=/dolphin/dolphin/build/Binaries
6- BINFILE=dolphin-emu -x86_64.AppImage
6+ BINFILE=Project+_Dolphin -x86_64.AppImage
77LOG_FILE=$HOME /curl.log
88CXX=g++-9
99
@@ -23,18 +23,18 @@ cd /tmp
2323./linuxdeployqt-continuous-x86_64.AppImage --appimage-extract
2424cd $HOME
2525mkdir -p squashfs-root/usr/bin
26- cp -P " $BUILDBIN " /dolphin-emu $HOME /squashfs-root/usr/bin/
26+ cp -P " $BUILDBIN " /project-plus-dolphin $HOME /squashfs-root/usr/bin/
2727
28- curl -sL https://raw.githubusercontent.com/qurious-pixel/dolphin/ $branch /Data/dolphin-emu .svg -o ./squashfs-root/dolphin-emu .svg
29- curl -sL https://raw.githubusercontent.com/qurious-pixel/dolphin/ $branch /Data/dolphin-emu .desktop -o ./squashfs-root/dolphin-emu .desktop
28+ curl -sL https://raw.githubusercontent.com/Motobug/Project-Plus-Dolphin/ $branch /Data/project-plus-dolphin .svg -o ./squashfs-root/project-plus-dolphin .svg
29+ curl -sL https://raw.githubusercontent.com/Motobug/Project-Plus-Dolphin/ $branch /Data/project-plus-dolphin .desktop -o ./squashfs-root/project-plus-dolphin .desktop
3030curl -sL https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-x86_64 -o ./squashfs-root/runtime
31- mkdir -p squashfs-root/usr/share/applications && cp ./squashfs-root/dolphin-emu .desktop ./squashfs-root/usr/share/applications
32- mkdir -p squashfs-root/usr/share/icons && cp ./squashfs-root/dolphin-emu .svg ./squashfs-root/usr/share/icons
33- mkdir -p squashfs-root/usr/share/icons/hicolor/scalable/apps && cp ./squashfs-root/dolphin-emu .svg ./squashfs-root/usr/share/icons/hicolor/scalable/apps
34- mkdir -p squashfs-root/usr/share/pixmaps && cp ./squashfs-root/dolphin-emu .svg ./squashfs-root/usr/share/pixmaps
31+ mkdir -p squashfs-root/usr/share/applications && cp ./squashfs-root/project-plus-dolphin .desktop ./squashfs-root/usr/share/applications
32+ mkdir -p squashfs-root/usr/share/icons && cp ./squashfs-root/project-plus-dolphin .svg ./squashfs-root/usr/share/icons
33+ mkdir -p squashfs-root/usr/share/icons/hicolor/scalable/apps && cp ./squashfs-root/project-plus-dolphin .svg ./squashfs-root/usr/share/icons/hicolor/scalable/apps
34+ mkdir -p squashfs-root/usr/share/pixmaps && cp ./squashfs-root/project-plus-dolphin .svg ./squashfs-root/usr/share/pixmaps
3535mkdir -p squashfs-root/usr/optional/ ; mkdir -p squashfs-root/usr/optional/libstdc++/
3636
37- mkdir -p squashfs-root/usr/share/dolphin-emu
37+ mkdir -p squashfs-root/usr/share/project-plus-dolphin
3838cp -R /dolphin/dolphin/Data/Sys ./squashfs-root/usr/bin
3939curl -sL " https://raw.githubusercontent.com/qurious-pixel/dolphin/$branch /travis/appimage/update.sh" -o $HOME /squashfs-root/update.sh
4040curl -sL " https://raw.githubusercontent.com/qurious-pixel/dolphin/$branch /travis/appimage/AppRun" -o $HOME /squashfs-root/AppRun
@@ -55,8 +55,8 @@ unset QT_PLUGIN_PATH
5555unset LD_LIBRARY_PATH
5656unset QTDIR
5757
58- # /tmp/squashfs-root/AppRun $HOME/squashfs-root/usr/bin/dolphin-emu -appimage -unsupported-allow-new-glibc -no-copy-copyright-files -no-translations -bundle-non-qt-libs
59- /tmp/squashfs-root/AppRun $HOME /squashfs-root/usr/bin/dolphin-emu -unsupported-allow-new-glibc -no-copy-copyright-files -no-translations -bundle-non-qt-libs
58+ # /tmp/squashfs-root/AppRun $HOME/squashfs-root/usr/bin/project-plus-dolphin -appimage -unsupported-allow-new-glibc -no-copy-copyright-files -no-translations -bundle-non-qt-libs
59+ /tmp/squashfs-root/AppRun $HOME /squashfs-root/usr/bin/project-plus-dolphin -unsupported-allow-new-glibc -no-copy-copyright-files -no-translations -bundle-non-qt-libs
6060export PATH=$( readlink -f /tmp/squashfs-root/usr/bin/) :$PATH
6161
6262# Add AppImageUpdate as the internal updater
@@ -77,7 +77,7 @@ mkdir $HOME/artifacts/
7777mkdir -p /dolphin/artifacts/
7878mv Project+_Dolphin-x86_64.AppImage* $HOME /artifacts
7979cp -R $HOME /artifacts/ /dolphin/
80- cp $BUILDBIN /dolphin-emu /dolphin/artifacts
80+ cp $BUILDBIN /project-plus-dolphin /dolphin/artifacts
8181chmod -R 777 /dolphin/artifacts
8282cd /dolphin/artifacts
8383ls -al /dolphin/artifacts/
0 commit comments