Correct CI links

This commit is contained in:
MattTheTekie 2024-03-22 13:17:45 +01:00
parent 0fcbabcc25
commit e3a8033073

2
.ci/scripts/linux/upload.sh Executable file → Normal file
View file

@ -27,7 +27,7 @@ fi
# Build an AppImage # Build an AppImage
cd build cd build
wget -nc https://gitlab.com/suyu-emu/ext-linux-bin/-/raw/main/appimage/appimagetool-x86_64.AppImage wget -nc https://git.suyu.dev/suyu/ext-linux-bin/raw/branch/main/appimage/appimagetool-x86_64.AppImage
chmod 755 appimagetool-x86_64.AppImage chmod 755 appimagetool-x86_64.AppImage
# if FUSE is not available, then fallback to extract and run # if FUSE is not available, then fallback to extract and run