element-desktop: add keytar

Keytar isn't installed with yarn install, but adding it manually works
This commit is contained in:
Luca Bilke 2024-10-31 11:52:54 +01:00 committed by classabbyamp
parent 5ac0d4a2ed
commit 5d3dbc12c8

View file

@ -52,6 +52,7 @@ pre_build() {
# Build dependencies and alterations for element-desktop
cd ../${pkgname}
npm_config_arch=$carch yarn add keytar
npm_config_arch=$carch yarn install
}