Compare commits

...

1 Commits

Author SHA1 Message Date
Tobias Manske 33ed64c0c0
Build changes for PR #7 2022-10-10 18:55:54 +02:00
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