From f947a382b70bfa5a87e7bfb6acbd67f4836cff67 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Sun, 2 Sep 2018 13:47:51 +0200 Subject: [PATCH] Make dist non-interactive by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d5a65e..2a134d1 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ run: all $(PY) luftdaten-tool.py dist: all - $(PY) -m PyInstaller luftdaten-tool.spec + $(PY) -m PyInstaller -y luftdaten-tool.spec deps: $(PY) -m pip install -U -r requirements.txt