Build changes for PR #7

This commit is contained in:
Tobias Manske 2022-10-10 18:55:54 +02:00
parent a577e785be
commit 58cd3cec42
Signed by: tobias
GPG Key ID: E83C743C1FC2F79A
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -166,3 +166,6 @@ tags
# End of https://www.toptal.com/developers/gitignore/api/vim,python
*.ankiaddon
.DS_Store
# Stores actual addon config if the src directory is symlinked into an anki installation during development
src/meta.json

View File

@ -6,6 +6,6 @@ if [ -d src/__pycache__ ]; then
fi
cd src
zip -r ../editor-preview.ankiaddon *
zip -r ../editor-preview.ankiaddon --exclude meta.json -- *
cd ..
unzip -l editor-preview.ankiaddon