BizHawk/Dist/MakeDiscohawk.bat

8 lines
208 B
Batchfile
Raw Normal View History

2012-03-03 19:32:04 +00:00
pushd %~dp0\
del /s DiscoHawk.zip
set DIR=..\output
2012-03-03 19:32:04 +00:00
set BUILDDIR=%~dp0
echo %BUILDIR%
cd "%DIR%"
"%BUILDDIR%\zip" -r -X -9 "%BUILDDIR%\DiscoHawk.zip" BizHawk.Emulation.dll DiscoHawk.exe ffmpeg.exe
popd