mirror of
https://github.com/marcelstoer/nodemcu-pyflasher.git
synced 2025-07-19 09:16:39 +00:00
Bump versions
This commit is contained in:
parent
6b4a50835a
commit
9dc749d768
@ -25,6 +25,6 @@ exe = EXE(pyz,
|
|||||||
upx=True,
|
upx=True,
|
||||||
console=False , icon='images/icon-256.icns')
|
console=False , icon='images/icon-256.icns')
|
||||||
app = BUNDLE(exe,
|
app = BUNDLE(exe,
|
||||||
name='NodeMCU-PyFlasher-3.0.app',
|
name='NodeMCU-PyFlasher-4.0.app',
|
||||||
icon='./images/icon-256.icns',
|
icon='./images/icon-256.icns',
|
||||||
bundle_identifier='com.frightanic.nodemcu-pyflasher')
|
bundle_identifier='com.frightanic.nodemcu-pyflasher')
|
||||||
|
@ -19,7 +19,7 @@ exe = EXE(pyz,
|
|||||||
a.binaries,
|
a.binaries,
|
||||||
a.zipfiles,
|
a.zipfiles,
|
||||||
a.datas,
|
a.datas,
|
||||||
name='NodeMCU-PyFlasher-3.0',
|
name='NodeMCU-PyFlasher-4.0',
|
||||||
debug=False,
|
debug=False,
|
||||||
strip=False,
|
strip=False,
|
||||||
upx=True,
|
upx=True,
|
||||||
|
7
build.sh
7
build.sh
@ -1,9 +1,12 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#rm -fr build dist
|
#rm -fr build dist
|
||||||
|
VERSION=4.0
|
||||||
|
NAME=NodeMCU-PyFlasher
|
||||||
|
|
||||||
pyinstaller --log-level=DEBUG \
|
pyinstaller --log-level=DEBUG \
|
||||||
--noconfirm \
|
--noconfirm \
|
||||||
build-on-mac.spec
|
build-on-mac.spec
|
||||||
|
|
||||||
#https://github.com/sindresorhus/create-dmg
|
#https://github.com/sindresorhus/create-dmg
|
||||||
#
|
create-dmg dist/$NAME-$VERSION.app
|
||||||
#create-dmg NodeMCU-PyFlasher-3.0.app
|
mv "$NAME-$VERSION 0.0.0.dmg" dist/$NAME-$VERSION.dmg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user