Skip to content

Commit

Permalink
Update make.sh
Browse files Browse the repository at this point in the history
update make.sh
  • Loading branch information
anastaciocintra committed May 14, 2019
1 parent 1092aee commit bc32b78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ cd ../getstart;ant clean;ant jar;cp dist/*.jar ~/tmp/escposcoffee/samples
cd ../graphicsImage;ant clean;ant jar;cp dist/*.jar ~/tmp/escposcoffee/samples
cd ../rasterimage;ant clean;ant jar;cp dist/*.jar ~/tmp/escposcoffee/samples
cd ../textstyle;ant clean;ant jar;cp dist/*.jar ~/tmp/escposcoffee/samples
cd ../pulsePin;ant clean;ant jar;cp dist/*.jar ~/tmp/escposcoffee/samples

cd ~/tmp
tar cvzf escposcoffee.tgz escposcoffee/
zip -r escposcoffee.zip escposcoffee/

0 comments on commit bc32b78

Please sign in to comment.