This commit is contained in:
Dionysis Grigoropoulos 2026-04-20 10:20:39 +00:00 committed by GitHub
commit 7fe4c2ef63
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@ __variant__ = get_variant()
def glob_paths(pattern):
out_files = []
src_path = os.path.join(os.path.dirname(__file__), "kivymd")
src_path = os.path.join(os.path.dirname(__file__), "sbapp/kivymd")
for root, dirs, files in os.walk(src_path):
for file in files: