File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ const copy = async () => {
73
73
}
74
74
75
75
const nodeModulesFolder = [
76
+ "node_modules/@excalidraw/excalidraw/dist/" ,
76
77
"node_modules/katex/dist/" ,
77
78
"node_modules/dayjs/" ,
78
79
"node_modules/boxicons/css/" ,
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ cp "$script_dir/../build/electron-main.js" "$DIR"
49
49
if [[ -d " $DIR " /node_modules ]]; then
50
50
# cleanup of useless files in dependencies
51
51
for d in ' image-q/demo' \
52
+ ' @excalidraw/excalidraw/dist/excalidraw-assets-dev' ' @excalidraw/excalidraw/dist/excalidraw.development.js' ' @excalidraw/excalidraw/dist/excalidraw-with-preact.development.js' \
52
53
' mermaid/dist/mermaid.js' \
53
54
' boxicons/svg' ' boxicons/node_modules/react' /* \
54
55
' @jimp/plugin-print/fonts' ' jimp/browser' ' jimp/fonts' ; do
You can’t perform that action at this time.
0 commit comments