summaryrefslogtreecommitdiff
path: root/man/terminal-media-launcher-config.5
diff options
context:
space:
mode:
Diffstat (limited to 'man/terminal-media-launcher-config.5')
-rw-r--r--man/terminal-media-launcher-config.54
1 files changed, 2 insertions, 2 deletions
diff --git a/man/terminal-media-launcher-config.5 b/man/terminal-media-launcher-config.5
index 0a818b9..d2a1b46 100644
--- a/man/terminal-media-launcher-config.5
+++ b/man/terminal-media-launcher-config.5
@@ -133,7 +133,7 @@ local function addEntries(parentGroup, startDir, filePattern, recursive)
if string.match(file, filePattern) then
table.insert(parentGroup.Entries, {
name = file,
- path = fullFilePath
+ path = '"' .. fullFilePath .. '"'
})
end
end
@@ -197,7 +197,7 @@ local function addEntries(parentGroup, startDir, filePattern, recursive)
if string.match(file, filePattern) then
table.insert(parentGroup.Entries, {
name = file,
- path = fullFilePath
+ path = '"' .. fullFilePath .. '"'
})
end
end