pull/72/merge
Dionysis Grigoropoulos 2025-05-18 23:22:54 +08:00 committed by GitHub
commit 7093959b47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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: