fix a typo in the packaging batch file

the soft_oal.dll was written with a dash which is clearly wrong
This commit is contained in:
Peter Tissen 2014-07-19 15:09:39 +02:00
parent 68078427aa
commit 0fe32fa0d3
1 changed files with 1 additions and 1 deletions

View File

@ -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