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

Commit cb0d1d8

Browse files
committed
build: Remove some more unnecessary files
1 parent 9dcf51b commit cb0d1d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/copy-trilium.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ cp "$script_dir/../build/electron.js" "$DIR"
4545
if [[ -d "$DIR"/node_modules ]]; then
4646
# cleanup of useless files in dependencies
4747
for d in 'image-q/demo' \
48-
'@excalidraw/excalidraw/excalidraw-assets-dev' '@excalidraw/excalidraw/dist/excalidraw.development.js' '@excalidraw/excalidraw/dist/excalidraw-with-preact.development.js' \
48+
'@excalidraw/excalidraw/dist/excalidraw-assets-dev' '@excalidraw/excalidraw/dist/excalidraw.development.js' '@excalidraw/excalidraw/dist/excalidraw-with-preact.development.js' \
4949
'mermaid/dist/mermaid.js' \
50+
'boxicons/svg' 'boxicons/node_modules/react'/* \
5051
'better-sqlite3/Release' 'better-sqlite3/deps/sqlite3.tar.gz' 'better-sqlite3/deps/sqlite3' \
5152
'@jimp/plugin-print/fonts' 'jimp/browser' 'jimp/fonts'; do
5253
[[ -e "$DIR"/node_modules/"$d" ]] && rm -r "$DIR"/node_modules/"$d"

0 commit comments

Comments
 (0)