Added platform identifier to output

This commit is contained in:
Eddie Dover
2023-12-23 05:49:10 -08:00
parent 96afc12c92
commit 93d424e3e7

View File

@@ -18,6 +18,7 @@ if choice in yes:
)
elif choice in no:
system = platform.system()
print("Building for: '%s'" % (system))
if system == "Windows": # Windows
os.system(
"python -m SCons && python -m SCons target=template_release && godot project/project.godot"