build(build-server): also delete electron map files

pull/1369/head
Panagiotis Papadopoulos 2025-03-09 18:04:29 +07:00 committed by Panagiotis Papadopoulos
parent 33de342842
commit d8ad018819
1 changed files with 1 additions and 1 deletions

@ -41,7 +41,7 @@ cd ..
rm -r $BUILD_DIR/node/lib/node_modules/npm \
$BUILD_DIR/node/include/node \
$BUILD_DIR/node_modules/electron* \
$BUILD_DIR/electron*.js
$BUILD_DIR/electron*.{js,map}
printf "#!/bin/sh\n./node/bin/node src/main" > $BUILD_DIR/trilium.sh
chmod 755 $BUILD_DIR/trilium.sh