@@ -25,8 +25,8 @@ cd $HOME
2525mkdir -p squashfs-root/usr/bin
2626cp -P " $BUILDBIN " /project-plus-dolphin $HOME /squashfs-root/usr/bin/
2727
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
28+ curl -sL https://raw.githubusercontent.com/Project-Plus-Development-Team /Project-Plus-Dolphin/$branch /Data/project-plus-dolphin.svg -o ./squashfs-root/project-plus-dolphin.svg
29+ curl -sL https://raw.githubusercontent.com/Project-Plus-Development-Team /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
3131mkdir -p squashfs-root/usr/share/applications && cp ./squashfs-root/project-plus-dolphin.desktop ./squashfs-root/usr/share/applications
3232mkdir -p squashfs-root/usr/share/icons && cp ./squashfs-root/project-plus-dolphin.svg ./squashfs-root/usr/share/icons
@@ -36,8 +36,8 @@ mkdir -p squashfs-root/usr/optional/ ; mkdir -p squashfs-root/usr/optional/libst
3636
3737mkdir -p squashfs-root/usr/share/project-plus-dolphin
3838cp -R /dolphin/dolphin/Data/Sys ./squashfs-root/usr/bin
39- curl -sL " https://raw.githubusercontent.com/Motobug /Project-Plus-Dolphin/$branch /Distribution/appimage/update.sh" -o $HOME /squashfs-root/update.sh
40- curl -sL " https://raw.githubusercontent.com/Motobug /Project-Plus-Dolphin/$branch /Distribution/appimage/AppRun" -o $HOME /squashfs-root/AppRun
39+ curl -sL " https://raw.githubusercontent.com/Project-Plus-Development-Team /Project-Plus-Dolphin/$branch /Distribution/appimage/update.sh" -o $HOME /squashfs-root/update.sh
40+ curl -sL " https://raw.githubusercontent.com/Project-Plus-Development-Team /Project-Plus-Dolphin/$branch /Distribution/appimage/AppRun" -o $HOME /squashfs-root/AppRun
4141curl -sL " https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64" -o $HOME /squashfs-root/AppRun-patched
4242curl -sL " https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/exec-x86_64.so" -o $HOME /squashfs-root/usr/optional/exec.so
4343chmod a+x ./squashfs-root/AppRun
0 commit comments