Skip to content
Snippets Groups Projects

Package: move SDK files to subfolder "sdk"

Merged Tim Jaacks requested to merge move-sdk-to-subfolder into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -216,7 +216,7 @@ def main():
@@ -216,7 +216,7 @@ def main():
# Copy files
# Copy files
for output_dir in output_dirs:
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
# Store pathes and other stuff in environment variable file
with open("package.env", "w", encoding="utf-8") as env_file:
with open("package.env", "w", encoding="utf-8") as env_file:
Loading