Skip to content

Commit ee03271

Browse files
committed
URL updates to accommodate for move to org
1 parent b28b6c5 commit ee03271

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: Checkout Upstream Repo
218218
uses: actions/checkout@v4
219219
with:
220-
repository: Motobug/Project-Plus-Dolphin
220+
repository: Project-Plus-Development-Team/Project-Plus-Dolphin
221221
ref: master
222222

223223
- name: Checkout Submodules
@@ -323,7 +323,7 @@ jobs:
323323
chmod a+x ./squashfs-root/runtime
324324
chmod a+x ./squashfs-root/AppRun-patched
325325
chmod a+x ./squashfs-root/update.sh
326-
export UPD_INFO="gh-releases-zsync|Motobug|Project-Plus-Dolphin|continuous|Project+_Dolphin-x86_64.AppImage.zsync"
326+
export UPD_INFO="gh-releases-zsync|Project-Plus-Development-Team|Project-Plus-Dolphin|continuous|Project+_Dolphin-x86_64.AppImage.zsync"
327327
/tmp/squashfs-root/AppRun --appdir="$GITHUB_WORKSPACE"/squashfs-root/ --plugin qt -d "$GITHUB_WORKSPACE"/squashfs-root/project-plus-dolphin.desktop -i "$GITHUB_WORKSPACE"/squashfs-root/project-plus-dolphin.svg \
328328
--exclude-library=libglib* --output appimage
329329
ls . | grep *.AppImage

Distribution/appimage/AppRun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
mkdir -p $HOME/.local/share/icons/hicolor/scalable/apps && cp $APPDIR/project-plus-dolphin.svg $HOME/.local/share/icons/hicolor/scalable/apps
44
mkdir -p $HOME/.local/share/project-plus-dolphin && cp -R $APPDIR/usr/share/project-plus-dolphin $HOME/.local/share/
55

6-
GITVER=$(wget -qO- https://www.github.com/Motobug/Project-Plus-Dolphin/releases/latest | grep '<p>DOLPHIN' | awk '{print $NF}' | cut -d '<' -f 1)
6+
GITVER=$(wget -qO- https://www.github.com/Project-Plus-Development-Team/Project-Plus-Dolphin/releases/latest | grep '<p>DOLPHIN' | awk '{print $NF}' | cut -d '<' -f 1)
77
APPVER=$(cat $APPDIR/version.txt)
88

99
if [[ -z "$GITVER" ]]; then

Distribution/appimage/appimage.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ cd $HOME
2525
mkdir -p squashfs-root/usr/bin
2626
cp -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
3030
curl -sL https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-x86_64 -o ./squashfs-root/runtime
3131
mkdir -p squashfs-root/usr/share/applications && cp ./squashfs-root/project-plus-dolphin.desktop ./squashfs-root/usr/share/applications
3232
mkdir -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

3737
mkdir -p squashfs-root/usr/share/project-plus-dolphin
3838
cp -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
4141
curl -sL "https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64" -o $HOME/squashfs-root/AppRun-patched
4242
curl -sL "https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/exec-x86_64.so" -o $HOME/squashfs-root/usr/optional/exec.so
4343
chmod a+x ./squashfs-root/AppRun

Distribution/appimage/docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ninja
3939
#cat /dolphin/build/CMakeFiles/CMakeError.log | curl -F 'f:1=<-' ix.io
4040

4141
cd /tmp
42-
curl -sLO "https://raw.githubusercontent.com/Motobug/Project-Plus-Dolphin/$branch/Distribution/appimage/appimage.sh"
42+
curl -sLO "https://raw.githubusercontent.com/Project-Plus-Development-Team/Project-Plus-Dolphin/$branch/Distribution/appimage/appimage.sh"
4343
chmod a+x appimage.sh
4444
./appimage.sh
4545
#ls -al /dolphin

Distribution/flatpak/flatpak.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ modules:
109109
- /share/man
110110
sources:
111111
- type: git
112-
url: https://github.com/Motobug/Project-Plus-Dolphin.git
112+
url: https://github.com/Project-Plus-Development-Team/Project-Plus-Dolphin.git
113113

114114
# Patches Data/user/Config/Dolphin.ini to set proper paths for Flatpak to find stuff
115115
- type: patch

0 commit comments

Comments
 (0)