diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2022-10-01 22:57:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-01 22:57:46 +0200 |
commit | 001168d1914c1b4f3076fcc0e3110614d29c2b43 (patch) | |
tree | 61d91322c7193fe162b9833651c4dafe328cfa88 | |
parent | Merge pull request #9008 from ZwipZwapZapony/controller.colors_state.right (diff) | |
parent | Migrate deploy-linux.sh from lat9nq's repo. (diff) | |
download | yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.tar yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.tar.gz yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.tar.bz2 yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.tar.lz yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.tar.xz yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.tar.zst yuzu-001168d1914c1b4f3076fcc0e3110614d29c2b43.zip |
-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 rm -vf AppDir/usr/bin/yuzu-cmd AppDir/usr/bin/yuzu-tester # Download tools needed to build an AppImage -wget -nc https://raw.githubusercontent.com/lat9nq/deploy/main/linux/deploy-linux.sh +wget -nc https://raw.githubusercontent.com/yuzu-emu/ext-linux-bin/main/gcc/deploy-linux.sh wget -nc https://raw.githubusercontent.com/yuzu-emu/AppImageKit-checkrt/old/AppRun.sh wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/exec-x86_64.so # Set executable bit |