Skip to content

Commit

Permalink
chore: tweak release name
Browse files Browse the repository at this point in the history
  • Loading branch information
ikkz committed Nov 20, 2024
1 parent d73ae4f commit 0fdfc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def gen_apkg(id: str, locale: str):
deck.add_note(note)

genanki.Package(deck).write_to_file(
f"release/{template['name']} Template [{locale}].apkg"
f"release/{template['name']} Template-{locale}.apkg"
)


Expand Down

0 comments on commit 0fdfc5f

Please sign in to comment.