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
alright, the fix worked for me but not someone else. hmm...
boombaklops
changed the title
[BUG] build.bat doesn't work on some computers because it points to an extensionless file
[BUG] build.bat doesn't work on some computers
Oct 7, 2023
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"
The text was updated successfully, but these errors were encountered: