mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-10-15 13:44:41 +00:00
chore: CI: actually remove zsync files this time
I'm blind, the previous commit failed CI since it still thought they were being generated
This commit is contained in:
parent
ea30a0ed24
commit
12510a5396
@ -24,8 +24,3 @@ mkdir -p "$OUTDIR"
|
|||||||
|
|
||||||
appimagetool -n --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 21 \
|
appimagetool -n --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 21 \
|
||||||
AppDir "$OUTDIR"/Ryujinx.AppImage
|
AppDir "$OUTDIR"/Ryujinx.AppImage
|
||||||
|
|
||||||
# Move zsync file needed for delta updates
|
|
||||||
if [ "$RELEASE" = "1" ]; then
|
|
||||||
mv ./*.AppImage.zsync "$OUTDIR"
|
|
||||||
fi
|
|
||||||
|
Loading…
Reference in New Issue
Block a user