add discohawk dist script
This commit is contained in:
parent
38143cd9ce
commit
e178f0449e
|
@ -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
|
Binary file not shown.
Loading…
Reference in New Issue