Add shebang

This commit is contained in:
Marcel Stör 2016-12-29 23:11:56 +01:00
parent 5e9dada23a
commit 5ca9d627db
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
#!/usr/bin/env bash
pyinstaller --noconfirm --log-level=INFO \
--onefile --windowed \
--name="NodeMCU PyFlasher" \