Appimage builds #28
@ -15,7 +15,7 @@ cp distribution/linux/Ryujinx.desktop AppDir/Ryujinx.desktop
|
|||||||
cp distribution/linux/appimage/AppRun AppDir/AppRun
|
cp distribution/linux/appimage/AppRun AppDir/AppRun
|
||||||
cp distribution/misc/Logo.svg AppDir/Ryujinx.svg
|
cp distribution/misc/Logo.svg AppDir/Ryujinx.svg
|
||||||
|
|||||||
|
|
||||||
cp -r "$BUILDDIR"/publish/* AppDir/usr/bin/
|
cp -r "$BUILDDIR"/* AppDir/usr/bin/
|
||||||
|
|
||||||
![]() publish_ava creates a publish folder inside.
to capture the contents inside the folder. publish_ava creates a publish folder inside.
```
cp -r "$BUILDDIR"/publish/* AppDir/usr/bin/
```
to capture the contents inside the folder.
![]() idk how i missed this idk how i missed this
|
|||||||
# Ensure necessary bins are set as executable
|
# Ensure necessary bins are set as executable
|
||||||
chmod +x AppDir/AppRun AppDir/usr/bin/Ryujinx*
|
chmod +x AppDir/AppRun AppDir/usr/bin/Ryujinx*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user
You might want to change this to
AppDir/Ryujinx.png
as well.And also add
ln -s Ryujinx.png AppDir/.DirIcon
after discussion i have decided to keep it as svg for scaling reasons