This commit is contained in:
Stavros Korokithakis
2022-07-23 18:39:21 +03:00
parent 747328fd61
commit 5e6d911e7e
34 changed files with 30 additions and 1 deletions

View File

@@ -128,7 +128,7 @@ class JoplinExporter:
"""The main exporter class."""
content_dir = Path("content")
static_dir = Path("content/static/resources")
static_dir = Path("static/resources")
joplin_dir = Path.home() / ".config/joplin-desktop"
def __init__(self):