Skip to content

Commit 969a729

Browse files
author
Jan-Simon Moeller
committed
Move env script header before platform setup
We did overwrite the platform parts of the env-file with the header. Reorder. Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
1 parent 668c48e commit 969a729

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

flutter_workspace.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -348,14 +348,16 @@ def main():
348348
if args.cookie_file:
349349
cookie_file = args.cookie_file
350350

351-
setup_platforms(platforms, github_token, cookie_file, args.plex, args.enable, args.disable, args.enable_plugin,
352-
args.disable_plugin, app_folder)
353-
354351
#
355352
# Create environmental setup script
356353
#
357354
write_env_script_header(workspace)
358355

356+
357+
setup_platforms(platforms, github_token, cookie_file, args.plex, args.enable, args.disable, args.enable_plugin,
358+
args.disable_plugin, app_folder)
359+
360+
359361
#
360362
# Display the custom devices list
361363
#

0 commit comments

Comments
 (0)