desktop: fixes for initial publish

This commit is contained in:
Jeffrey Morgan
2023-06-27 14:33:49 -04:00
parent 1879267ac9
commit 3b4f45f6bf
7 changed files with 237 additions and 6 deletions

View File

@@ -11,8 +11,7 @@ args = [
"--paths",
site_packages_dir,
"--add-data",
f"{llama_cpp_dir}{os.pathsep}llama_cpp",
"--onefile"
f"{llama_cpp_dir}{os.pathsep}llama_cpp"
]
# generate the .spec file and run PyInstaller