Skip to content

Commit

Permalink
update build-Plugins.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
hzqst committed Feb 22, 2024
1 parent 6613bcc commit 2cd9437
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions scripts/build-Plugins.bat
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,11 @@ if exist "%InstallDir%\Common7\Tools\vsdevcmd.bat" (
MSBuild.exe MetaHook.sln "/target:Plugins\SCCameraFix" /p:Configuration="Release" /p:Platform="Win32"
IF %ERRORLEVEL% NEQ 0 GOTO builderror

goto endbuild
echo Build OK
exit /b 0

)

:builderror
echo Build failed
exit /b -1

:endbuild
echo Build OK
exit /b -1

0 comments on commit 2cd9437

Please sign in to comment.