esphome-flasher/build.sh

13 lines
297 B
Bash
Raw Normal View History

2016-12-29 23:11:56 +01:00
#!/usr/bin/env bash
#rm -fr build dist
2019-02-12 22:18:06 +01:00
VERSION=4.0
NAME=NodeMCU-PyFlasher
2016-12-31 00:17:59 +01:00
pyinstaller --log-level=DEBUG \
--noconfirm \
build-on-mac.spec
2018-02-11 00:54:09 +01:00
#https://github.com/sindresorhus/create-dmg
2019-02-12 22:18:06 +01:00
create-dmg dist/$NAME-$VERSION.app
mv "$NAME-$VERSION 0.0.0.dmg" dist/$NAME-$VERSION.dmg