Skip to content
Snippets Groups Projects
Commit bab6f811 authored by Tim Jaacks's avatar Tim Jaacks
Browse files

Package: move SDK files to subfolder "sdk"

parent 8bcaa426
No related branches found
No related tags found
1 merge request!236Package: move SDK files to subfolder "sdk"
Pipeline #47982 passed with stage
in 18 minutes and 15 seconds
......@@ -216,7 +216,7 @@ def main():
# Copy files
for output_dir in output_dirs:
copy_files(sdkfiles, output_dir)
copy_files(sdkfiles, os.path.join(output_dir, machine, "sdk"))
# Store pathes and other stuff in environment variable file
with open("package.env", "w", encoding="utf-8") as env_file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment