Build changes for PR #7
This commit is contained in:
parent
a577e785be
commit
58cd3cec42
3
.gitignore
vendored
3
.gitignore
vendored
@ -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
|
||||
|
2
build.sh
2
build.sh
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user