mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-21 09:35:10 +00:00
infra: Fix AppImage Actions build job (#30)
* Are symlinks the problem? (P.S., yep, symlinks were most definitely the problem lol)
This commit is contained in:
parent
aa34084ba1
commit
8a63c0bc69
1 changed files with 3 additions and 3 deletions
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in a new issue