mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12: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 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
mkdir build
|
mkdir build
|
||||||
mkdir build\rpcs3
|
mkdir build\rpcs3
|
||||||
copy bin\rpcs3-*.exe 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
|
copy bin\make_fself.cmd build\rpcs3
|
||||||
|
|
||||||
mkdir build\rpcs3\dev_hdd1
|
mkdir build\rpcs3\dev_hdd1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue