mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
add to remaining pyinstallers
This commit is contained in:
parent
1074e6f924
commit
2dedea9a74
5 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
pyinstaller --noconfirm --onefile --clean --console --collect-all customtkinter --icon "./niko.ico" \
|
||||
pyinstaller --noconfirm --onefile --clean --console --collect-all customtkinter --collect-all psutil --icon "./niko.ico" \
|
||||
--add-data "./klite.embd:." \
|
||||
--add-data "./kcpp_docs.embd:." \
|
||||
--add-data "./kcpp_sdui.embd:." \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue