You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a .sh script and a separate server script for Linux and macOS. Upon inspecting the code, there were os.system() calls to Windows-only commands like pause.
The text was updated successfully, but these errors were encountered:
The build.py script just tries to run commands like
pause, cls
to manage the terminal. Again, these don't work on linux. I was suggesting that you create an alternate build.py that doesn't use such commands,
The cls() and pause() functions are what I was referencing.
Add a .sh script and a separate server script for Linux and macOS. Upon inspecting the code, there were os.system() calls to Windows-only commands like pause.
The text was updated successfully, but these errors were encountered: