mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 21:19:18 +00:00
Fix regression {slice} format on CLI doesn't work (fix #3801)
This commit is contained in:
parent
8841f3da32
commit
17b976b3aa
@ -101,6 +101,7 @@ bool is_template_in_filename(const std::string& format)
|
|||||||
"{title}",
|
"{title}",
|
||||||
"{extension}",
|
"{extension}",
|
||||||
"{layer}",
|
"{layer}",
|
||||||
|
"{slice}",
|
||||||
"{tag}",
|
"{tag}",
|
||||||
"{innertag}",
|
"{innertag}",
|
||||||
"{outertag}",
|
"{outertag}",
|
||||||
|
Loading…
Reference in New Issue
Block a user