Skip to content

Commit 0fe32fa

Browse files
committed
fix a typo in the packaging batch file
the soft_oal.dll was written with a dash which is clearly wrong
1 parent 6807842 commit 0fe32fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mkdir build
22
mkdir build\rpcs3
33
copy bin\rpcs3-*.exe build\rpcs3
4-
copy bin\soft-oal.dll build\rpcs3
4+
copy bin\soft_oal.dll build\rpcs3
55
copy bin\make_fself.cmd build\rpcs3
66

77
mkdir build\rpcs3\dev_hdd1

0 commit comments

Comments
 (0)