Don't sanitize filename on Unix when --no-windows-filenames (#9591)

Closes #4547, Closes #8464
Authored by: pukkandan
This commit is contained in:
pukkandan
2024-12-23 15:57:25 +05:30
committed by GitHub
parent d298693b1b
commit 6fc85f617a
4 changed files with 28 additions and 12 deletions

View File

@@ -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