diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-07-22 17:17:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-22 17:17:48 +0200 |
commit | 3e4029b238bf1b604754175f9a100765f0b5a081 (patch) | |
tree | 253e8cc6b378e927807c1bad73299e87b0685a8a | |
parent | Merge pull request #11094 from liamwhite/get (diff) | |
parent | ci/linux: Target deploy script from appimage path (diff) | |
download | yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.tar yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.tar.gz yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.tar.bz2 yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.tar.lz yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.tar.xz yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.tar.zst yuzu-3e4029b238bf1b604754175f9a100765f0b5a081.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 7f6d2ad1b..e5d83d4b9 100755 --- a/.ci/scripts/linux/docker.sh +++ b/.ci/scripts/linux/docker.sh @@ -35,7 +35,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/yuzu-emu/ext-linux-bin/main/gcc/deploy-linux.sh +wget -nc https://raw.githubusercontent.com/yuzu-emu/ext-linux-bin/main/appimage/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 |