diff options
| author | 2022-10-01 10:25:28 -0700 | |
|---|---|---|
| committer | 2022-10-01 10:25:28 -0700 | |
| commit | 700f1d498e7c3d5c6f1dff11fad7bc7fb928bb47 (patch) | |
| tree | 9fa987c8c09b7679a0f0f1d501041bd559607379 | |
| parent | Merge pull request #9004 from zhaobot/tx-update-20221001041028 (diff) | |
| download | yuzu-700f1d498e7c3d5c6f1dff11fad7bc7fb928bb47.tar.gz yuzu-700f1d498e7c3d5c6f1dff11fad7bc7fb928bb47.tar.xz yuzu-700f1d498e7c3d5c6f1dff11fad7bc7fb928bb47.zip | |
Migrate deploy-linux.sh from lat9nq's repo.
Diffstat (limited to '')
| -rwxr-xr-x | .ci/scripts/linux/docker.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/linux/docker.sh b/.ci/scripts/linux/docker.sh index 67726ee0f..35c4a4368 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh | |||
| @@ -33,7 +33,7 @@ DESTDIR="$PWD/AppDir" ninja install | |||
| 33 | rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester | 33 | rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester |
| 34 | 34 | ||
| 35 | # Download tools needed to build an AppImage | 35 | # Download tools needed to build an AppImage |
| 36 | wget -nc https://raw.githubusercontent.com/lat9nq/deploy/main/linux/deploy-linux.sh | 36 | wget -nc https://raw.githubusercontent.com/yuzu-emu/ext-linux-bin/main/gcc/deploy-linux.sh |
| 37 | wget -nc https://raw.githubusercontent.com/yuzu-emu/AppImageKit-checkrt/old/AppRun.sh | 37 | wget -nc https://raw.githubusercontent.com/yuzu-emu/AppImageKit-checkrt/old/AppRun.sh |
| 38 | wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/exec-x86_64.so | 38 | wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/exec-x86_64.so |
| 39 | # Set executable bit | 39 | # Set executable bit |