mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-29 00:11:32 +08:00
build(build-server): also delete electron map files
This commit is contained in:
parent
33de342842
commit
d8ad018819
@ -41,7 +41,7 @@ cd ..
|
|||||||
rm -r $BUILD_DIR/node/lib/node_modules/npm \
|
rm -r $BUILD_DIR/node/lib/node_modules/npm \
|
||||||
$BUILD_DIR/node/include/node \
|
$BUILD_DIR/node/include/node \
|
||||||
$BUILD_DIR/node_modules/electron* \
|
$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
|
printf "#!/bin/sh\n./node/bin/node src/main" > $BUILD_DIR/trilium.sh
|
||||||
chmod 755 $BUILD_DIR/trilium.sh
|
chmod 755 $BUILD_DIR/trilium.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user