Rocket.Chat: rebuild for new nodejs version
This commit is contained in:
parent
d7b0cb4e61
commit
8591e21aff
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'Rocket.Chat-Desktop'
|
||||
pkgname=Rocket.Chat-Desktop
|
||||
version=3.8.7
|
||||
revision=2
|
||||
revision=3
|
||||
_electron_ver=19
|
||||
hostmakedepends="yarn nodejs python3 pkg-config app-builder"
|
||||
makedepends="electron${_electron_ver} libvips-devel"
|
||||
|
@ -31,6 +31,7 @@ do_configure() {
|
|||
|
||||
do_build() {
|
||||
export NODE_ENV=production
|
||||
export NODE_OPTIONS=--openssl-legacy-provider
|
||||
yarn build
|
||||
yarn run electron-builder --linux --x64 --dir \
|
||||
-c.electronDist=/usr/lib/electron${_electron_ver} \
|
||||
|
|
Loading…
Reference in New Issue