Commit 7478a557 authored by piratesephiroth's avatar piratesephiroth
Browse files

Fix typo

parent 4416a57c
......@@ -2194,7 +2194,7 @@ namespace TeconMoon_s_WiiVC_Injector
BuildStatus.Text = "Unscrubbing game for NFS Conversion...";
BuildStatus.Refresh();
LauncherExeFile = TempToolsPath + "NKIT\\ConvertToISO.exe";
LauncherExeArgs = "\"" + OpenGame.FileName + "\"";
LauncherExeArgs = "\"" + OpenGame.FileName;
LaunchProgram(); // CONVERT TO ISO
File.Move(Directory.GetFiles(TempToolsPath + "NKIT\\Processed\\GameCube_MatchFail", "*.iso")[0], TempSourcePath + "TEMPISOBASE\\files\\game.iso");
}
......
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