diff --git a/export-notes-as-website/export-notes-as-website.qml b/export-notes-as-website/export-notes-as-website.qml index 61def73..429cf03 100644 --- a/export-notes-as-website/export-notes-as-website.qml +++ b/export-notes-as-website/export-notes-as-website.qml @@ -68,7 +68,7 @@ Script { } function mkDirInLinux(path) { - script.startSynchronousProcess("mkdir", ["-p", exportFolder]); + script.startSynchronousProcess("mkdir", ["-p", path]); } function mkDirInWindows(path) { diff --git a/export-notes-as-website/info.json b/export-notes-as-website/info.json index 293f350..3452df7 100644 --- a/export-notes-as-website/info.json +++ b/export-notes-as-website/info.json @@ -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 export-notes-as-website." }