1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Fix help path for local files and some help doc updates

This commit is contained in:
2022-03-19 17:43:11 -05:00
parent 9321e811d7
commit 984e0c4094
2 changed files with 5 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ else:
else:
# For others our base path is ''.
BASE_PATH = ""
HELP_PATH = op.join(BASE_PATH, "help")
HELP_PATH = op.join(BASE_PATH, "help", "en")
if ISWINDOWS:
INITIAL_FOLDER_IN_DIALOGS = "C:\\"