shiptest-ss13 / Shiptest

The Shiptest Codebase
https://shiptest.net
GNU Affero General Public License v3.0
95 stars 491 forks source link

[BUG] build.bat doesn't work on some computers #2396

Open boombaklops opened 11 months ago

boombaklops commented 11 months ago

Round ID:

Not in-game

Testmerges:

Irrelevant

Reproduction:

Try to run build.bat on a Windows 10 computer.

One solution that worked for me but not others is this. Change this line in build.bat: @call "%~dp0\tools\build\build"

To this. @call "%~dp0\tools\build\build.bat"

boombaklops commented 11 months ago

alright, the fix worked for me but not someone else. hmm...