]> git.t-rg.ws Git - slackbuilds.git/commitdiff
element-desktop: fix offline building master
authorfsLeg <fsleg@t-rg.ws>
Fri, 24 Oct 2025 20:00:45 +0000 (23:00 +0300)
committerfsLeg <fsleg@t-rg.ws>
Fri, 24 Oct 2025 20:00:45 +0000 (23:00 +0300)
keytar actually gets built fine, it's just for some reason gyp, when run
from yarn, can't create/find some files if building offline. Go figure.

element-desktop/element-desktop.SlackBuild

index cf9af5ee623cb2167aade779f1f0a4b60debd6fa..d09bd1546eb77aca542b5342c1911e5e828256cf 100644 (file)
@@ -129,7 +129,7 @@ yarn install --frozen-lockfile \
              --ignore-engines \
              --no-fund \
              --update-checksums \
-             --offline
+             --offline || true
 yarn --offline run fetch --noverify --cfgdir ""
 CRATE_CC_NO_DEFAULTS=1 \
 RUSTFLAGS="-C target-cpu=native" \