From 6c9d379a7f240706fc58ff82f5a93e9e32cf7b3d Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Sat, 23 Nov 2024 20:41:04 +0200 Subject: [PATCH] Will not run app during the build (#1002) --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 0b1f7802..6819259c 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}