From cb3606e00de76b6150747026b640466d703405cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Sun, 11 Feb 2018 00:54:09 +0100 Subject: [PATCH] Add .dmg for macOS --- README.md | 2 +- build.sh | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359da8f..6894a76 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Self-contained [NodeMCU](https://github.com/nodemcu/nodemcu-firmware) flasher wi ![Image of NodeMCU PyFlasher GUI](images/gui.png) ## Installation -NodeMCU PyFlasher doesn't have to be installed, just double-click it and it'll start. Check the [releases section](https://github.com/marcelstoer/nodemcu-pyflasher/releases) for downloads for your platform. For every release there's at least a .exe file for Windows. Starting from 3.0 there's also a ZIP which contains a macOS bundle. +NodeMCU PyFlasher doesn't have to be installed, just double-click it and it'll start. Check the [releases section](https://github.com/marcelstoer/nodemcu-pyflasher/releases) for downloads for your platform. For every release there's at least a .exe file for Windows. Starting from 3.0 there's also a .dmg for macOS. ## Status Scan the [list of open issues](https://github.com/marcelstoer/nodemcu-pyflasher/issues) for bugs and pending features. diff --git a/build.sh b/build.sh index 33e611f..fa6a6cd 100755 --- a/build.sh +++ b/build.sh @@ -3,3 +3,7 @@ pyinstaller --log-level=DEBUG \ --noconfirm \ build-on-mac.spec + +#https://github.com/sindresorhus/create-dmg +# +#create-dmg NodeMCU-PyFlasher-3.0.app \ No newline at end of file