mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-18 08:19:59 +00:00
fix patcher out
This commit is contained in:
parent
908728f0a7
commit
03f7ec4e99
2 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ for %%F in (%iso_files%) do (
|
||||||
REM Copy files using xcopy
|
REM Copy files using xcopy
|
||||||
xcopy "mp8motion" "!dest_dir!" /s /y /e
|
xcopy "mp8motion" "!dest_dir!" /s /y /e
|
||||||
|
|
||||||
"tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v6].wbfs"
|
"tools/wit" copy "temp" "..\Mario Party 8 (USA) [GameCube Controller v7].wbfs"
|
||||||
rmdir /s /q temp
|
rmdir /s /q temp
|
||||||
echo Press Enter to continue.
|
echo Press Enter to continue.
|
||||||
pause
|
pause
|
||||||
|
|
|
@ -31,7 +31,7 @@ for originalISO in $iso_files; do
|
||||||
cp -r "../mp8motion" "temp"
|
cp -r "../mp8motion" "temp"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
wit copy "temp" "../Mario Party 8 (USA) [GameCube Controller v6].wbfs"
|
wit copy "temp" "../Mario Party 8 (USA) [GameCube Controller v7].wbfs"
|
||||||
rm -rf temp
|
rm -rf temp
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue