This commit is contained in:
kramo
2023-04-14 14:44:44 +02:00
parent 3da6674dbb
commit 6edd85e80a
15 changed files with 148 additions and 172 deletions

View File

@@ -27,6 +27,6 @@ def check_install(check, locations, setting=None, subdirs=(Path(),)):
location / subdir / check
).exists():
if setting:
setting[0].set_string(setting[1], str(location))
setting[0].set_string(setting[1], str(location / subdir))
return location
return location / subdir