mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-08 10:31:33 -06: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