mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(electron): mind map not working due to missing deps
This commit is contained in:
parent
35eee82da5
commit
018557bb57
@ -64,7 +64,8 @@ const copy = async () => {
|
|||||||
"node_modules/katex/dist/katex.min.js",
|
"node_modules/katex/dist/katex.min.js",
|
||||||
"node_modules/katex/dist/contrib/mhchem.min.js",
|
"node_modules/katex/dist/contrib/mhchem.min.js",
|
||||||
"node_modules/katex/dist/contrib/auto-render.min.js",
|
"node_modules/katex/dist/contrib/auto-render.min.js",
|
||||||
"node_modules/@highlightjs/cdn-assets/highlight.min.js"
|
"node_modules/@highlightjs/cdn-assets/highlight.min.js",
|
||||||
|
"node_modules/@mind-elixir/node-menu/dist/node-menu.umd.cjs",
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const file of nodeModulesFile) {
|
for (const file of nodeModulesFile) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user