Ash Matheson

Results 6 comments of Ash Matheson

Just ran into this issue myself. I can confirm that manually removing the `` in the project file resolves the issue, but that's not a proper solution. If you're curious,...

So, the issue appears to be (at least, what I've observed) is that setting `` in the `` step stomps on the name that MSBuild is expecting to be able...

Has there been any movement on correcting the documentation issues? Saying "there's a vcpkg" doesn't solve the underlying issue of the links not working and the documentation being incorrect.

Just downloaded walnut as well, and I'm getting the same error: ``` .\scripts\Setup.bat The system cannot find the path specified. Press any key to continue . . . ```

Just commented out the '@echo off` and powershell doesn't like the raw path to `vendor\bin\premake5.exe`. ``` bash >> .\scripts\Setup.bat D:\repos\Walnut>REM @echo off D:\repos\Walnut>pushd .. D:\repos>vendor\bin\premake5.exe vs2022 The system cannot find...

PR is up: https://github.com/StudioCherno/Walnut/pull/94