mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-27 14:20:38 +00:00
Merge 157f99ef19 into e798bac4c7
This commit is contained in:
commit
7fe4c2ef63
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue