1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 05:14:10 +02:00

Copy BeefCon pdb

This commit is contained in:
Brian Fiete 2024-10-17 18:00:21 -04:00
parent 4129c38bb2
commit 126943c5bd

View file

@ -86,7 +86,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO FAILED
copy Beef*Dbg*.* host copy Beef*Dbg*.* host
IF %ERRORLEVEL% NEQ 0 GOTO FAILED IF %ERRORLEVEL% NEQ 0 GOTO FAILED
copy userdict.txt host copy userdict.txt host
copy BeefCon.exe host copy BeefCon*.* host
@REM copy lib*.dll host @REM copy lib*.dll host
copy Beefy2D.dll host copy Beefy2D.dll host
copy BeefDbgVis.toml host copy BeefDbgVis.toml host