Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9db4e1d

Browse files
committed
build: Fix Node version incompatibility
1 parent 776d2e7 commit 9db4e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/copy-trilium.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ cp "$script_dir/../build/electron.js" "$DIR"
4141

4242
# run in subshell (so we return to original dir)
4343
(cd $DIR && npm install --only=prod)
44+
(cd $DIR && npm run switch-electron)
4445

4546
if [[ -d "$DIR"/node_modules ]]; then
4647
# cleanup of useless files in dependencies

0 commit comments

Comments
 (0)