element-desktop: add keytar
Keytar isn't installed with yarn install, but adding it manually works
This commit is contained in:
parent
5ac0d4a2ed
commit
5d3dbc12c8
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue