Skip to content

Commit

Permalink
Merge pull request #118 from sharon-wang/fixpackagescript
Browse files Browse the repository at this point in the history
Update package script to include needed subdirectories in assets
  • Loading branch information
vezwork committed Feb 1, 2021
2 parents 4dd85c1 + 8961682 commit ad51653
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion packageAkita.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
#!/bin/bash

zip -r -q akita.zip assets/*.png assets/*.svg src manifest.json LICENSE
zip -r -q akita.zip \
assets/external/webmonetization/wm-icon-animated.svg \
assets/icons/* \
assets/tutorial/* \
assets/*.svg \
assets/*.png \
src \
manifest.json \
LICENSE

0 comments on commit ad51653

Please sign in to comment.