diff --git a/build_installer.py b/build_installer.py index ad32876..d1ee9c7 100755 --- a/build_installer.py +++ b/build_installer.py @@ -152,6 +152,7 @@ if __name__ == "__main__": + constructor_args ) + print(" ".join(map(str, constructor_cmdline))) proc = subprocess.run(constructor_cmdline) try: