revert back to electron
This commit is contained in:
parent
430c1ca7b9
commit
90b81d6e47
2 changed files with 5 additions and 5 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,12 +1,12 @@
|
|||
pkgbase = discord_arch_electron
|
||||
pkgdesc = Discord (popular voice + video app) using the system provided electron for increased security and performance
|
||||
pkgver = 0.0.13
|
||||
pkgrel = 2
|
||||
pkgrel = 3
|
||||
url = https://discordapp.com
|
||||
arch = x86_64
|
||||
license = custom
|
||||
makedepends = asar
|
||||
depends = electron10
|
||||
depends = electron
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = xdg-utils: Open files
|
||||
provides = discord
|
||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -4,14 +4,14 @@
|
|||
pkgname=discord_arch_electron
|
||||
_pkgname=discord
|
||||
pkgver=0.0.13
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="Discord (popular voice + video app) using the system provided electron for increased security and performance"
|
||||
arch=('x86_64')
|
||||
provides=('discord')
|
||||
conflicts=('discord')
|
||||
url='https://discordapp.com'
|
||||
license=('custom')
|
||||
depends=('electron10')
|
||||
depends=('electron')
|
||||
makedepends=('asar')
|
||||
optdepends=('libpulse: Pulseaudio support'
|
||||
'xdg-utils: Open files')
|
||||
|
@ -46,7 +46,7 @@ package() {
|
|||
|
||||
# Create starter script for discord
|
||||
echo "#!/bin/sh" > "$srcdir"/$_pkgname
|
||||
echo "exec electron10 /usr/lib/$_pkgname/app.asar \$@" >> "$srcdir"/$_pkgname
|
||||
echo "exec electron /usr/lib/$_pkgname/app.asar \$@" >> "$srcdir"/$_pkgname
|
||||
|
||||
install -d "$pkgdir"/usr/{bin,share/{pixmaps,applications}}
|
||||
install -Dm 755 $_pkgname "$pkgdir"/usr/bin/$_pkgname
|
||||
|
|
Loading…
Reference in a new issue