Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
boombaklops opened this issue Oct 6, 2023 · 1 comment
Open

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

boombaklops opened this issue Oct 6, 2023 · 1 comment
Labels
Bug Something isn't working

Comments

@boombaklops
Copy link

boombaklops commented Oct 6, 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"

@boombaklops boombaklops added the Bug Something isn't working label Oct 6, 2023
@boombaklops
Copy link
Author

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

@boombaklops 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant