Better platform detection #50

Merged
EddieDover merged 6 commits from multiplatform-building into main 2024-02-02 17:28:42 +00:00
Showing only changes of commit 93d424e3e7 - Show all commits

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"