make it work with pyinstaller

This commit is contained in:
Concedo 2023-07-07 17:52:34 +08:00
parent 9ee9a77f12
commit a689a66068
5 changed files with 5 additions and 5 deletions

View file

@ -626,7 +626,6 @@ def show_new_gui():
windowheight = 480
ctk.set_appearance_mode("dark")
root = ctk.CTk()
root.iconbitmap("niko.ico")
root.geometry(str(windowwidth) + "x" + str(windowheight))
root.title("KoboldCpp v"+KcppVersion)
root.resizable(False,False)