File tree Expand file tree Collapse file tree 11 files changed +8
-8
lines changed
Expand file tree Collapse file tree 11 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ jobs:
288288 cp Data/project-plus-dolphin.desktop ./squashfs-root/project-plus-dolphin.desktop
289289 curl -sSfL https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-x86_64 -o ./squashfs-root/runtime
290290 curl -sSfL "https://github.com/RPCS3/AppImageKit-checkrt/releases/download/continuous2/AppRun-patched-x86_64" -o ./squashfs-root/AppRun-patched
291- cp ci/travis /appimage/{AppRun,update.sh} ./squashfs-root/
291+ cp ci/Distribution /appimage/{AppRun,update.sh} ./squashfs-root/
292292 mv /tmp/AppImageUpdate-x86_64.AppImage ./squashfs-root/usr/bin/AppImageUpdate
293293 echo ${{ env.DOLPHINVER }} > ./squashfs-root/version.txt
294294 chmod a+x ./squashfs-root/AppRun
File renamed without changes.
Original file line number Diff line number Diff line change @@ -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/qurious-pixel/dolphin/ $branch /travis /appimage/update.sh" -o $HOME /squashfs-root/update.sh
40- curl -sL " https://raw.githubusercontent.com/qurious-pixel/dolphin/ $branch /travis /appimage/AppRun" -o $HOME /squashfs-root/AppRun
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
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
Original file line number Diff line number Diff line change 1+ #! /bin/bash -ex
2+
3+ mkdir -p " $HOME /.ccache"
4+ docker run -e ENABLE_COMPATIBILITY_REPORTING --env-file Distribution/appimage/common/travis-ci.env -v $( pwd) :/dolphin -v " $HOME /.ccache" :/root/.ccache -u root quriouspixel/yuzu:latest /bin/bash /Project-Plus-Dolphin/Distribution/appimage/docker.sh
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 3939# cat /dolphin/build/CMakeFiles/CMakeError.log | curl -F 'f:1=<-' ix.io
4040
4141cd /tmp
42- curl -sLO " https://raw.githubusercontent.com/qurious-pixel/dolphin/ $branch /travis /appimage/appimage.sh"
42+ curl -sLO " https://raw.githubusercontent.com/Motobug/Project-Plus-Dolphin/ $branch /Distribution /appimage/appimage.sh"
4343chmod a+x appimage.sh
4444./appimage.sh
4545# ls -al /dolphin
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments