From 11b33fcc33d7b1d6f7b21ba644d5f4bce4fbe684 Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Sat, 11 Jun 2011 20:01:36 +0000 Subject: [PATCH] Fix MakeRelease, SlimDx.dll must be in the zip! --- BizHawk.MultiClient/output/MakeRelease.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/output/MakeRelease.bat b/BizHawk.MultiClient/output/MakeRelease.bat index 23e627c52e..871a905e00 100644 --- a/BizHawk.MultiClient/output/MakeRelease.bat +++ b/BizHawk.MultiClient/output/MakeRelease.bat @@ -1,2 +1,3 @@ del /s BizHawk.zip +copy ..\..\SlimDx.dll zip -X -9 -r BizHawk.zip BizHawk.MultiClient.exe DiscoHawk.exe *.dll NesCarts.7z gamedb.txt gamedb_neshomebrew.txt NES\Palettes \ No newline at end of file