Skip to content

Commit

Permalink
Added Git and BeefManaged
Browse files Browse the repository at this point in the history
  • Loading branch information
bfiete committed Oct 20, 2024
1 parent fe077af commit 144b8a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions BeefTools/BeefInstall/makeinstaller.bat
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ mkdir install\bin\CrashDumps
echo Minidump directory > install\bin\CrashDumps\placeholder.txt
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR

mkdir install\BeefManaged
copy %SRCDIR%\BeefManaged\BeefManaged.toml install\BeefManaged\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
xcopy /e %SRCDIR%\BeefLibs\* install\BeefLibs\ /exclude:xexclude.txt
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
xcopy /e ..\..\Samples\* install\Samples\ /exclude:xexclude.txt
Expand All @@ -132,6 +135,8 @@ copy %SRCDIR%\bin\BfAeDebug.exe install\bin\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
copy %SRCDIR%\bin\AeDebug.reg install\bin\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
xcopy /e /y %SRCDIR%\bin\Git install\bin\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR

@IF "%1" NEQ "rel" goto SETVER
@ECHO Copying PDBs...
Expand Down
5 changes: 5 additions & 0 deletions BeefTools/BeefInstall/makenightly.bat
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ mkdir install\bin\CrashDumps
echo Minidump directory > install\bin\CrashDumps\placeholder.txt
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR

mkdir install\BeefManaged
copy %SRCDIR%\BeefManaged\BeefManaged.toml install\BeefManaged\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
xcopy /e %SRCDIR%\BeefLibs\* install\BeefLibs\ /exclude:xexclude.txt
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
xcopy /e ..\..\Samples\* install\Samples\ /exclude:xexclude.txt
Expand All @@ -140,6 +143,8 @@ copy %SRCDIR%\bin\BfAeDebug.exe install\bin\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
copy %SRCDIR%\bin\AeDebug.reg install\bin\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR
xcopy /e /y %SRCDIR%\bin\Git install\bin\
@IF !ERRORLEVEL! NEQ 0 GOTO HADERROR

@ECHO Copying PDBs...
copy dist\*.pdb pdb\
Expand Down

0 comments on commit 144b8a6

Please sign in to comment.