Bump versions

This commit is contained in:
Marcel Stör 2019-02-12 22:18:06 +01:00
parent 6b4a50835a
commit 9dc749d768
3 changed files with 7 additions and 4 deletions

View File

@ -25,6 +25,6 @@ exe = EXE(pyz,
upx=True,
console=False , icon='images/icon-256.icns')
app = BUNDLE(exe,
name='NodeMCU-PyFlasher-3.0.app',
name='NodeMCU-PyFlasher-4.0.app',
icon='./images/icon-256.icns',
bundle_identifier='com.frightanic.nodemcu-pyflasher')

View File

@ -19,7 +19,7 @@ exe = EXE(pyz,
a.binaries,
a.zipfiles,
a.datas,
name='NodeMCU-PyFlasher-3.0',
name='NodeMCU-PyFlasher-4.0',
debug=False,
strip=False,
upx=True,

View File

@ -1,9 +1,12 @@
#!/usr/bin/env bash
#rm -fr build dist
VERSION=4.0
NAME=NodeMCU-PyFlasher
pyinstaller --log-level=DEBUG \
--noconfirm \
build-on-mac.spec
#https://github.com/sindresorhus/create-dmg
#
#create-dmg NodeMCU-PyFlasher-3.0.app
create-dmg dist/$NAME-$VERSION.app
mv "$NAME-$VERSION 0.0.0.dmg" dist/$NAME-$VERSION.dmg