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