Merge 157f99ef1917add253e82aeae53ba421c151a9e8 into 1054ddf1c414b5bdbab288b2a2bc885f9e6e0b9e

This commit is contained in:
Dionysis Grigoropoulos 2025-03-29 13:37:26 +00:00 committed by GitHub
commit 65ee970430
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: