Skip to content

{title} and {name} not working properly #2442

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
atiupin opened this issue Jun 15, 2020 · 1 comment
Closed

{title} and {name} not working properly #2442

atiupin opened this issue Jun 15, 2020 · 1 comment
Assignees
Milestone

Comments

@atiupin
Copy link

atiupin commented Jun 15, 2020

I'm trying to use Aseprite CLI like this:

ASEPRITE_PATH -b ASSETS_SRC_PATH/*.* --save-as ASSETS_OUT_PATH/{title}.png`

Expected result: asset.aseprite -> asset.png

Actual result: asset.aseprite -> {title}.png

Also, it seems like it duplicates parts of filename. For example, I've tried this format: a-{title}-b.png

Expected result: asset.aseprite -> a-asset-b.png

Actual result: asset.aseprite -> a-a-{title}-b-b.png

Aseprite and System version

  • Aseprite version: 1.2.20 / Steam
  • System: macOS Catalina 10.15.4
@dacap
Copy link
Member

dacap commented Jun 24, 2020

Hi @alextewpin, please check this post:

https://community.aseprite.org/t/1-2-21-x64-cli-title-does-not-export-correctly/6231

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants