From 5ca9d627dbd24564eabb5ca5cf22df0d49ecd638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Thu, 29 Dec 2016 23:11:56 +0100 Subject: [PATCH] Add shebang --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 890f6f5..99f6c39 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash pyinstaller --noconfirm --log-level=INFO \ --onefile --windowed \ --name="NodeMCU PyFlasher" \