feather/bin/build.sh

7 lines
215 B
Bash
Raw Normal View History

2017-05-13 07:35:13 +03:00
#!/usr/bin/env bash
# find and store current version number
version=$(grep '"version"' package.json | cut -d '"' -f4)
# compress 'icons' directory into feather-[version].zip
zip -r feather-${version}.zip ./icons/*