uppkg: 0.0.11-3: fix cmd args
This commit is contained in:
parent
dce51c01cc
commit
204b7400ab
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,7 +1,7 @@
|
||||||
pkgbase = discord_arch_electron
|
pkgbase = discord_arch_electron
|
||||||
pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance
|
pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance
|
||||||
pkgver = 0.0.11
|
pkgver = 0.0.11
|
||||||
pkgrel = 2
|
pkgrel = 3
|
||||||
url = https://discordapp.com
|
url = https://discordapp.com
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = custom
|
license = custom
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -4,7 +4,7 @@
|
||||||
pkgname=discord_arch_electron
|
pkgname=discord_arch_electron
|
||||||
_pkgname=discord
|
_pkgname=discord
|
||||||
pkgver=0.0.11
|
pkgver=0.0.11
|
||||||
pkgrel=2
|
pkgrel=3
|
||||||
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
|
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
provides=('discord')
|
provides=('discord')
|
||||||
|
@ -39,7 +39,7 @@ package() {
|
||||||
|
|
||||||
# Create starter script for discord
|
# Create starter script for discord
|
||||||
echo "#!/bin/sh" >> "$pkgdir"/opt/$_pkgname/$_pkgname
|
echo "#!/bin/sh" >> "$pkgdir"/opt/$_pkgname/$_pkgname
|
||||||
echo "electron /opt/$_pkgname/resources/app.asar $@" >> "$pkgdir"/opt/$_pkgname/$_pkgname
|
echo "electron /opt/$_pkgname/resources/app.asar \$@" >> "$pkgdir"/opt/$_pkgname/$_pkgname
|
||||||
|
|
||||||
# Set Permissions, symlinks
|
# Set Permissions, symlinks
|
||||||
chmod 755 "$pkgdir"/opt/$_pkgname/$_pkgname
|
chmod 755 "$pkgdir"/opt/$_pkgname/$_pkgname
|
||||||
|
|
Loading…
Reference in a new issue