Version bump, fix spec file issues

This commit is contained in:
2025-06-30 08:20:32 +02:00
parent bc39e7a50d
commit 00773612c3
4 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
# -*- mode: python ; coding: utf-8 -*-
from kivy_deps import sdl2, glew
from kivymd import hooks_path as kivymd_hooks_path
block_cipher = None
@@ -10,7 +11,7 @@ a = Analysis(
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
hookspath=[kivymd_hooks_path],
hooksconfig={},
runtime_hooks=[],
excludes=[],