mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
fix(edit-docs): doubly nested directories
This commit is contained in:
@@ -9,7 +9,7 @@ import archiver, { type Archiver } from "archiver";
|
|||||||
import type { WriteStream } from "fs";
|
import type { WriteStream } from "fs";
|
||||||
import debounce from "./src/public/app/services/debounce.js";
|
import debounce from "./src/public/app/services/debounce.js";
|
||||||
|
|
||||||
const NOTE_ID_USER_GUIDE = "help_user_guide";
|
const NOTE_ID_USER_GUIDE = "pOsGYCXsbNQG";
|
||||||
const destRootPath = path.join("src", "public", "app", "doc_notes", "en", "User Guide");
|
const destRootPath = path.join("src", "public", "app", "doc_notes", "en", "User Guide");
|
||||||
|
|
||||||
async function startElectron() {
|
async function startElectron() {
|
||||||
|
|||||||
Reference in New Issue
Block a user