Skip to content

Commit

Permalink
feat: update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirajuki committed Aug 22, 2022
1 parent 5401a60 commit efc7624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ find -name __pycache__ -type d -exec rm -rf {} +
rm -f anki-redesign.ankiaddon

# Zip add-on (build)
zip -r anki-redesign.ankiaddon files/ themes/ user_files/ utils/ __init__.py config.json config.md config.py manifest.json
zip -r anki-redesign.ankiaddon files/ injections/ themes/ user_files/ utils/ __init__.py config.json config.md config.py manifest.json

0 comments on commit efc7624

Please sign in to comment.