Kaydet (Commit) b9f85538 authored tarafından Markus Mohrhard's avatar Markus Mohrhard

updater: another place needs to handle additional dir level on windows

Change-Id: I04f784d317b8cfeea25932728f03c92b0b73c70e
üst 5b60aeb5
......@@ -116,6 +116,8 @@ def main():
update_dir = updater_path.get_update_dir()
current_build_path = add_single_dir(current_build_path)
if sys.platform == "cygwin":
current_build_path = add_single_dir(current_build_path)
config = parse_config(update_config)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment