Add Installer Script for Inno Setup

This commit is contained in:
Sebastian Serfling
2025-05-26 11:03:47 +02:00
parent 4f49e34ca9
commit eab1b5bf2a
4 changed files with 63 additions and 103 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ class CustomerThinkerApp(ctk.CTk):
self.iconbitmap(icon_path) # Setzt das Icon
self.title("CustomerThinker PDF Export Tool")
self.title("PDFExporter 1.0")
window_width = 400
window_height = 450