oops, add missing symlink
This commit is contained in:
parent
efeadc4b55
commit
042f2b1031
2 changed files with 3 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ryujinx-bin
|
||||
pkgdesc = Experimental Nintendo Switch Emulator written in C# (master build channel release)
|
||||
pkgver = 1.1.1057
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/Ryujinx/release-channel-master
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
|
||||
pkgname=ryujinx-bin
|
||||
pkgver=1.1.1057
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc='Experimental Nintendo Switch Emulator written in C# (master build channel release)'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/Ryujinx/release-channel-master'
|
||||
|
@ -31,6 +31,7 @@ package() {
|
|||
|
||||
mkdir --parents "${pkgdir}/usr/bin"
|
||||
ln --symbolic "/opt/ryujinx/Ryujinx" "${pkgdir}/usr/bin/Ryujinx"
|
||||
ln --symbolic "/opt/ryujinx/Ryujinx.sh" "${pkgdir}/usr/bin/Ryujinx.sh"
|
||||
|
||||
install -D "${srcdir}/Ryujinx.desktop" "${pkgdir}/usr/share/applications/Ryujinx.desktop"
|
||||
install -D "${srcdir}/Logo.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/apps/Ryujinx.svg"
|
||||
|
|
Loading…
Reference in a new issue