Build Windows executable - LabelPrinter.exe with Python 3.13 and Kivy 2.3.1

This commit is contained in:
NAME
2026-02-05 23:50:14 +02:00
parent 9f45a02f13
commit ca42c8e3c7
17 changed files with 10415 additions and 19317 deletions

View File

@@ -6,7 +6,7 @@ a = Analysis(
pathex=[],
binaries=[],
datas=[],
hiddenimports=['kivy', 'kivy.core.window', 'kivy.core.text', 'kivy.core.image', 'kivy.uix.boxlayout', 'kivy.uix.gridlayout', 'kivy.uix.label', 'kivy.uix.textinput', 'kivy.uix.button', 'kivy.uix.spinner', 'kivy.uix.scrollview', 'kivy.uix.popup', 'kivy.clock', 'kivy.graphics', 'PIL', 'barcode', 'reportlab', 'print_label', 'print_label_pdf'],
hiddenimports=['kivy', 'PIL', 'barcode', 'reportlab', 'print_label', 'print_label_pdf'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],