mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-12-26 12:17:32 +00:00
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:
parent
68078427aa
commit
0fe32fa0d3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user