Skip to content

Commit

Permalink
infra: Fix AppImage Actions build job (#30)
Browse files Browse the repository at this point in the history
* Are symlinks the problem?

(P.S., yep, symlinks were most definitely the problem lol)
  • Loading branch information
regginator authored Oct 6, 2024
1 parent aa34084 commit 8a63c0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions distribution/linux/appimage/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ mkdir -p AppDir/usr/bin/bin
chmod +x "$BUILDDIR"/Ryujinx*

# Add symlinks for the AppImage
ln -s "$ROOTDIR"/distribution/linux/Ryujinx.desktop AppDir/Ryujinx.desktop
ln -s "$ROOTDIR"/distribution/linux/appimage/AppRun AppDir/AppRun
ln -s "$ROOTDIR"/distribution/misc/Logo.svg AppDir/Ryujinx.svg
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/

Expand Down

0 comments on commit 8a63c0b

Please sign in to comment.