mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 08:36:27 -05:00
infra: Add AppImage build to release workflow (Enjoy Steam Deck users 🙂)
This commit is contained in:
@@ -10,16 +10,15 @@ OUTDIR=${OUTDIR:-publish_appimage}
|
||||
rm -rf AppDir
|
||||
mkdir -p AppDir/usr/bin/bin
|
||||
|
||||
# Ensure necessary bins are set as executable
|
||||
chmod +x "$BUILDDIR"/Ryujinx*
|
||||
|
||||
# Add symlinks for the AppImage
|
||||
cp distribution/linux/Ryujinx.desktop AppDir/Ryujinx.desktop
|
||||
cp distribution/linux/appimage/AppRun AppDir/AppRun
|
||||
cp distribution/misc/Logo.svg AppDir/Ryujinx.svg
|
||||
|
||||
cp -r "$BUILDDIR"/* AppDir/usr/bin/
|
||||
|
||||
# Ensure necessary bins are set as executable
|
||||
chmod +x AppDir/AppRun AppDir/usr/bin/Ryujinx*
|
||||
|
||||
mkdir -p "$OUTDIR"
|
||||
|
||||
appimagetool --comp zstd --mksquashfs-opt -Xcompression-level --mksquashfs-opt 21 \
|
||||
|
Reference in New Issue
Block a user