TheCherno / Hazel1HourGame

Flappy Bird clone made in a couple of hours for a video using a very primitive version of Hazel.
Apache License 2.0
153 stars 28 forks source link

When I run scripts/Win-GenProjects.bat, it says "The system cannot find the path specified" on the command line #4

Open andihsu opened 1 year ago

andihsu commented 1 year ago

When I run scripts/Win-GenProjects.bat, it says "The system cannot find the path specified" on the command line

SimonHadfield commented 1 year ago

You need premake5.exe file which earlier on in his game engine series was under vendor/bin/premake and for some reason isn't here. You can just add premake5.exe to the given relative directory and it works fine for me.