upgpkg: discord-electron-openasar 0.0.42+827-2: fix resource path
* Patch app.asar to use correct resource path after latest Electron update
This commit is contained in:
parent
9250f543bc
commit
f4f0b06930
2 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
pkgbase = discord-electron-openasar
|
||||
pkgdesc = Discord packaged with OpenAsar using system provided electron (v28) for increased security and performance
|
||||
pkgver = 0.0.42+827
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://discord.com
|
||||
install = discord-electron-openasar.install
|
||||
arch = x86_64
|
||||
|
|
|
@ -8,7 +8,7 @@ pkgname=discord-electron-openasar
|
|||
_pkgname=discord
|
||||
pkgver=0.0.42+827
|
||||
_pkgver=${pkgver%%+*}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
_electronver=28
|
||||
_electronname="electron${_electronver}"
|
||||
pkgdesc="Discord packaged with OpenAsar using system provided electron (v${_electronver}) for increased security and performance"
|
||||
|
@ -63,6 +63,7 @@ build() {
|
|||
|
||||
# pack openasar
|
||||
sed -i -e "s|nightly|nightly-$(git rev-parse HEAD | cut -c 1-7)|" src/index.js
|
||||
sed -i -e "s|process.resourcesPath|'/usr/lib/${_pkgname}'|" src/utils/buildInfo.js
|
||||
sed -i -e "s|^Exec=\${exec}$|Exec=/usr/bin/${_pkgname}|" \
|
||||
-e "s|^Name=\${basename(exec)}$|Name=${_pkgname^}|" src/autoStart.js
|
||||
node scripts/strip.js
|
||||
|
|
Loading…
Reference in a new issue