mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-08-04 22:28:40 +00:00
fix: extract-and-run AppImageTool in CI
This commit is contained in:
parent
66d9bc5a35
commit
339cddd0e2
1 changed files with 2 additions and 2 deletions
|
|
@ -22,5 +22,5 @@ chmod +x AppDir/AppRun AppDir/usr/bin/Ryujinx*
|
|||
|
||||
mkdir -p "$OUTDIR"
|
||||
|
||||
appimagetool -n --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 21 \
|
||||
AppDir "$OUTDIR"/Ryujinx.AppImage
|
||||
appimagetool --appimage-extract-and-run -n --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 21 \
|
||||
AppDir "$OUTDIR"/Ryujinx.AppImage
|
||||
Loading…
Reference in a new issue