Appimage builds #28
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -86,6 +86,7 @@ jobs:
|
||||
# Setup appimagetool
|
||||
wget -q -O tools/appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
chmod +x tools/appimagetool
|
||||
chmod +x distribution/linux/appimage/build-appimage.sh
|
||||
|
||||
# Explicitly set $ARCH for appimagetool ($ARCH_NAME is for the file name)
|
||||
if [ "$PLATFORM_NAME" = "linux-x64" ]; then
|
||||
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -143,6 +143,7 @@ jobs:
|
||||
# Setup appimagetool
|
||||
wget -q -O tools/appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-x86_64.AppImage"
|
||||
chmod +x tools/appimagetool
|
||||
chmod +x distribution/linux/appimage/build-appimage.sh
|
||||
|
||||
# Explicitly set $ARCH for appimagetool ($ARCH_NAME is for the file name)
|
||||
if [ "$PLATFORM_NAME" = "linux-x64" ]; then
|
||||
|
@ -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"/* AppDir/usr/bin/
|
||||
cp -r "$BUILDDIR"/publish/* 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
|
||||
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