From 0fe32fa0d357e5e924c7c5873d3229de7bef6c37 Mon Sep 17 00:00:00 2001 From: Peter Tissen Date: Sat, 19 Jul 2014 15:09:39 +0200 Subject: [PATCH] fix a typo in the packaging batch file the soft_oal.dll was written with a dash which is clearly wrong --- package.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.bat b/package.bat index 8d6fe2cbe6..30efc34ebf 100644 --- a/package.bat +++ b/package.bat @@ -1,7 +1,7 @@ mkdir build mkdir build\rpcs3 copy bin\rpcs3-*.exe build\rpcs3 -copy bin\soft-oal.dll build\rpcs3 +copy bin\soft_oal.dll build\rpcs3 copy bin\make_fself.cmd build\rpcs3 mkdir build\rpcs3\dev_hdd1