From cb1fd7c7ea198c5cf8bd18438bb44d192fae8f7b Mon Sep 17 00:00:00 2001 From: Viet-Anh Nguyen Date: Sun, 8 Dec 2024 12:24:53 +0700 Subject: [PATCH] Use "python" instead of "python3" --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cf7c746..6e5abc8 100644 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -python3 -O -m PyInstaller --noconfirm LlamaAssistant.spec +python -O -m PyInstaller --noconfirm LlamaAssistant.spec