Create make_pyinstaller.sh (#89)

This commit is contained in:
AlpinDale 2023-04-19 07:27:07 +04:30 committed by GitHub
parent f39def81d4
commit 116488af66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
make_pyinstaller.sh Normal file
View file

@ -0,0 +1,13 @@
#!/bin/bash
pyinstaller --noconfirm --onefile --clean --console --icon "./niko.ico" \
--add-data "./klite.embd:." \
--add-data "./koboldcpp.dll:." \
--add-data "./ggml_openblas.o:." \
--add-data "./ggml_noavx2.o:." \
--add-data "./ggml_openblas_noavx2.o:." \
--add-data "./libopenblas.dll:." \
--add-data "./ggml_clblast.o:." \
--add-data "./clblast.dll:." \
--add-data "./rwkv_vocab.embd:." \
"./koboldcpp.py" -n "koboldcpp"