mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix build.py help
This commit is contained in:
parent
a4632319dd
commit
a2ac33180e
@ -89,7 +89,7 @@ if __name__ == "__main__":
|
||||
args = parser.parse_args()
|
||||
|
||||
if not args.build_type:
|
||||
print("Build type argument is missing (release, debug). E.g: python build.py -t release -steam=True")
|
||||
print("Build type argument is missing (release, debug). E.g: python build.py -type release -steam")
|
||||
exit(1)
|
||||
|
||||
root_path = Path.cwd()
|
||||
|
Loading…
Reference in New Issue
Block a user