Don't sanitize filename on Unix when --no-windows-filenames (#9591)
Closes #4547, Closes #8464 Authored by: pukkandan
This commit is contained in:
parent
d298693b1b
commit
6fc85f617a
4 changed files with 28 additions and 12 deletions
|
|
@ -613,8 +613,7 @@ If you fork the project on GitHub, you can run your fork's [build workflow](.git
|
|||
--no-restrict-filenames Allow Unicode characters, "&" and spaces in
|
||||
filenames (default)
|
||||
--windows-filenames Force filenames to be Windows-compatible
|
||||
--no-windows-filenames Make filenames Windows-compatible only if
|
||||
using Windows (default)
|
||||
--no-windows-filenames Sanitize filenames only minimally
|
||||
--trim-filenames LENGTH Limit the filename length (excluding
|
||||
extension) to the specified number of
|
||||
characters
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue