We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b635f2 commit 8e28286Copy full SHA for 8e28286
1 file changed
scripts/encode.lua
@@ -58,7 +58,7 @@ function get_output_string(dir, format, input, extension, title, from, to, profi
58
output = string.gsub(output, "$x", extension)
59
output = string.gsub(output, "$p", profile)
60
if ON_WINDOWS then
61
- output = string.gsub(output, ":", "_")
+ output = string.gsub(output, "[/\\|<>?:\"*]", "_")
62
end
63
if not string.find(output, "$n") then
64
return files[output] and nil or output
0 commit comments