Skip to content

Commit

Permalink
Fix nuget arch requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Mar 27, 2024
1 parent 998425a commit 75f8b49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def usage():
build_arch = args.build_arch
build_version = args.build_version

if build_type not in ["portable", "docker"] and not build_arch:
if build_type not in ["portable", "docker", "nuget"] and not build_arch:
log(f"Error: You must specify an architecture for build platform {build_type}")
exit(1)

Expand Down

0 comments on commit 75f8b49

Please sign in to comment.