mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-22 14:52:45 +01:00
Correct CI links
This commit is contained in:
parent
0fcbabcc25
commit
e3a8033073
1 changed files with 1 additions and 1 deletions
2
.ci/scripts/linux/upload.sh
Executable file → Normal file
2
.ci/scripts/linux/upload.sh
Executable file → Normal file
|
@ -27,7 +27,7 @@ fi
|
|||
# Build an AppImage
|
||||
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
|
||||
|
||||
# if FUSE is not available, then fallback to extract and run
|
||||
|
|
Loading…
Reference in a new issue