Skip to content

Commit

Permalink
export-notes-as-website: fix path
Browse files Browse the repository at this point in the history
Signed-off-by: Patrizio Bekerle <patrizio@bekerle.com>
  • Loading branch information
pbek committed Oct 23, 2024
1 parent 6898641 commit 1645cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion export-notes-as-website/export-notes-as-website.qml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Script {
}

function mkDirInLinux(path) {
script.startSynchronousProcess("mkdir", ["-p", exportFolder]);
script.startSynchronousProcess("mkdir", ["-p", path]);
}

function mkDirInWindows(path) {
Expand Down
2 changes: 1 addition & 1 deletion export-notes-as-website/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"script": "export-notes-as-website.qml",
"authors": ["@dohliam", "@bvn9ne"],
"platforms": ["linux", "macos", "windows"],
"version": "1.1.0",
"version": "1.1.1",
"minAppVersion": "22.11.8",
"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>."
}

0 comments on commit 1645cd9

Please sign in to comment.