summaryrefslogtreecommitdiffstats
path: root/.ci/scripts/linux/upload.sh
diff options
context:
space:
mode:
authorlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-16 11:07:49 +0200
committerlat9nq <22451773+lat9nq@users.noreply.github.com>2021-05-16 11:07:49 +0200
commit9ec26a805a584bf246140bb49c7a03d85d391987 (patch)
tree0e0e2152ac91fcd8917cf801486b88aa0365a519 /.ci/scripts/linux/upload.sh
parentMerge pull request #6300 from Morph1984/mbedtls (diff)
downloadyuzu-9ec26a805a584bf246140bb49c7a03d85d391987.tar
yuzu-9ec26a805a584bf246140bb49c7a03d85d391987.tar.gz
yuzu-9ec26a805a584bf246140bb49c7a03d85d391987.tar.bz2
yuzu-9ec26a805a584bf246140bb49c7a03d85d391987.tar.lz
yuzu-9ec26a805a584bf246140bb49c7a03d85d391987.tar.xz
yuzu-9ec26a805a584bf246140bb49c7a03d85d391987.tar.zst
yuzu-9ec26a805a584bf246140bb49c7a03d85d391987.zip
Diffstat (limited to '')
-rw-r--r--.ci/scripts/linux/upload.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/scripts/linux/upload.sh b/.ci/scripts/linux/upload.sh
index b2ea07388..208cd0d04 100644
--- a/.ci/scripts/linux/upload.sh
+++ b/.ci/scripts/linux/upload.sh
@@ -21,7 +21,7 @@ cp build/bin/yuzu "$DIR_NAME"
# Build an AppImage
cd build
-wget -nc https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
+wget -nc https://github.com/yuzu-emu/ext-linux-bin/raw/main/appimage/appimagetool-x86_64.AppImage
chmod 755 appimagetool-x86_64.AppImage
if [ "${RELEASE_NAME}" = "mainline" ]; then