Commit 7c19b37f authored by piratesephiroth's avatar piratesephiroth
Browse files

Don't delete GC's second disc image

parent f6d4c700
...@@ -2130,7 +2130,7 @@ namespace TeconMoon_s_WiiVC_Injector ...@@ -2130,7 +2130,7 @@ namespace TeconMoon_s_WiiVC_Injector
} }
else else
{ {
File.Move(OpenGC2.FileName, TempSourcePath + "TEMPISOBASE\\files\\disc2.iso"); File.Copy(OpenGC2.FileName, TempSourcePath + "TEMPISOBASE\\files\\disc2.iso");
} }
} }
LauncherExeFile = TempToolsPath + "WIT\\wit.exe"; LauncherExeFile = TempToolsPath + "WIT\\wit.exe";
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment