Permissions
This commit is contained in:
parent
198dc778c5
commit
97669e1436
2 changed files with 5 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
|||
pkgbase = ryujinx
|
||||
pkgdesc = Experimental Nintendo Switch Emulator written in C#
|
||||
pkgver = 1.1.614
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://github.com/Ryujinx/Ryujinx
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@ _name=Ryujinx
|
|||
pkgname=ryujinx
|
||||
pkgver=1.1.614
|
||||
_commit=5f38086f9494a4ffbcb4b0ce4b7727ad8ac18b3e
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Experimental Nintendo Switch Emulator written in C#"
|
||||
arch=(x86_64)
|
||||
url="https://github.com/Ryujinx/Ryujinx"
|
||||
|
@ -43,6 +43,8 @@ package() {
|
|||
mkdir -p $pkgdir/opt/ryujinx
|
||||
cp -R Ryujinx/bin/Release/net7.0/linux-x64/publish/* "$pkgdir/opt/ryujinx/"
|
||||
cp -R Ryujinx.Ava/bin/Release/net7.0/linux-x64/publish/* "$pkgdir/opt/ryujinx/"
|
||||
chmod 755 "$pkgdir/opt/ryujinx/Ryujinx"
|
||||
chmod 755 "$pkgdir/opt/ryujinx/Ryujinx.Ava"
|
||||
|
||||
install -dm755 "$pkgdir/usr/bin"
|
||||
ln -s "/opt/ryujinx/Ryujinx" "$pkgdir/usr/bin/Ryujinx"
|
||||
|
|
Loading…
Reference in a new issue