Skip to content

Commit

Permalink
i dislike workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
piplup55 committed Oct 23, 2024
1 parent 734597a commit 7aca4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distribution/linux/appimage/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ 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"/publish/* AppDir/usr/bin/
cp -r "$BUILDDIR"/* AppDir/usr/bin/

# Ensure necessary bins are set as executable
chmod +x AppDir/AppRun AppDir/usr/bin/Ryujinx*
Expand Down

0 comments on commit 7aca4ab

Please sign in to comment.