add discohawk dist script

This commit is contained in:
zeromus 2012-03-03 19:32:04 +00:00
parent 38143cd9ce
commit e178f0449e
2 changed files with 8 additions and 0 deletions

8
Dist/MakeDiscohawk.bat Normal file
View File

@ -0,0 +1,8 @@
pushd %~dp0\
del /s DiscoHawk.zip
set DIR=..\BizHawk.MultiClient\output
set BUILDDIR=%~dp0
echo %BUILDIR%
cd "%DIR%"
"%BUILDDIR%\zip" -r -X -9 "%BUILDDIR%\DiscoHawk.zip" BizHawk.Emulation.dll DiscoHawk.exe ffmpeg.exe
popd

BIN
Dist/zip.exe Normal file

Binary file not shown.