Build both versions now

This commit is contained in:
Neale Pickett 2015-07-05 22:40:53 -06:00
parent 7224d385cf
commit 4fce67b72e
2 changed files with 12 additions and 0 deletions

12
build.sh Executable file
View File

@ -0,0 +1,12 @@
#! /bin/sh -e
build () {
echo $1
[ $1 = Black ] && uuid=1 || uuid=0
sed "s/%COLOR/$1/;s/%UUID/$uuid/" appinfo.json.tmpl > appinfo.json
pebble build
cp build/HelveticaFace.pbw HelveticaFace-$1.pbw
}
build Black
build White