From fa10eaa1c1fa17dc5122f94895c21f04b102f2e8 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sat, 23 Nov 2024 20:11:17 +0200 Subject: [PATCH] Will not run app during the build, --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0b1f78029..6819259c3 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,6 @@ benchmarks: buzz/whisper_cpp.py translation_mo dist/Buzz dist/Buzz.app: buzz/whisper_cpp.py translation_mo pyinstaller --noconfirm Buzz.spec - ./dist/Buzz/Buzz --version version: poetry version ${version}