diff --git a/package b/package index 8ef64e1..a83e7c7 100755 --- a/package +++ b/package @@ -74,6 +74,8 @@ if __name__ == "__main__": # Verify project directory project_dir = os.path.abspath(args.project_directory) output_dir = os.path.abspath(args.output) + if not os.path.exists(output_dir): + os.mkdir(output_dir) # Load build profile profile = tamarin.load_profile(args.profile, debug=args.debug)