summaryrefslogtreecommitdiff
path: root/src/windows
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows')
-rw-r--r--src/windows/read_cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/read_cfg.c b/src/windows/read_cfg.c
index 79e56b7..47d50ae 100644
--- a/src/windows/read_cfg.c
+++ b/src/windows/read_cfg.c
@@ -125,7 +125,7 @@ void mkconfig_wizard(char *path){
" if string.match(file, filePattern) then\n"
" table.insert(parentGroup.Entries, {\n"
" name = file,\n"
- " path = fullFilePath\n"
+ " path = '\"' .. fullFilePath .. '\"'\n"
" })\n"
" end\n"
" end\n"