From 8cfba9eb4d2e8772efb6e4b0ccf0a9f91c14f286 Mon Sep 17 00:00:00 2001 From: moritz Date: Wed, 29 May 2019 14:14:23 +0200 Subject: [PATCH] dont ask questions while building --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 05d323b..ad2b45e 100644 --- a/build.sh +++ b/build.sh @@ -2,4 +2,4 @@ mkdir -p build cd build -pyinstaller --distpath=../dist --workpath=../build ../src/have_I_b33n_pwned.py +pyinstaller --distpath=../dist --workpath=../build -y ../src/have_I_b33n_pwned.py