We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I pulled the changes and now I'm getting this: looks like I need to move the bat file somewhere?
Error 13 error MSB3073: The command "setlocal cd C:\firebreath-1.6\projects\firebreath-plugin if %errorlevel% neq 0 goto :cmEnd C: if %errorlevel% neq 0 goto :cmEnd call copy_binary_win32.bat Debug if %errorlevel% neq 0 goto :cmEnd :cmEnd endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone :cmErrorLevel exit /b %1 :cmDone if %errorlevel% neq 0 goto :VCEnd :VCEnd" exited with code 1. C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets 113 6 depthjsplugin
The text was updated successfully, but these errors were encountered:
@pxue Can you try it now? I made some changes to where it looks for the script...
Sorry, something went wrong.
No branches or pull requests
I pulled the changes and now I'm getting this:
looks like I need to move the bat file somewhere?
The text was updated successfully, but these errors were encountered: