Skip to content

Commit 1645cd9

Browse files
committed
export-notes-as-website: fix path
Signed-off-by: Patrizio Bekerle <[email protected]>
1 parent 6898641 commit 1645cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

export-notes-as-website/export-notes-as-website.qml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Script {
6868
}
6969

7070
function mkDirInLinux(path) {
71-
script.startSynchronousProcess("mkdir", ["-p", exportFolder]);
71+
script.startSynchronousProcess("mkdir", ["-p", path]);
7272
}
7373

7474
function mkDirInWindows(path) {

export-notes-as-website/info.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"script": "export-notes-as-website.qml",
55
"authors": ["@dohliam", "@bvn9ne"],
66
"platforms": ["linux", "macos", "windows"],
7-
"version": "1.1.0",
7+
"version": "1.1.1",
88
"minAppVersion": "22.11.8",
99
"description" : "This script exports all notes in the collection as interlinked HTML files that can be viewed using any web browser. More information can be found at <a href='https://github.com/qownnotes/scripts/wiki/export-notes-as-website'>export-notes-as-website</a>."
1010
}

0 commit comments

Comments
 (0)