Rocket.Chat: rebuild for new nodejs version

This commit is contained in:
Mihail Ivanchev 2024-05-23 14:24:32 +02:00 committed by Leah Neukirchen
parent d7b0cb4e61
commit 8591e21aff
1 changed files with 2 additions and 1 deletions

View File

@ -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} \