Skip to content

Commit

Permalink
Rename patched executable to avoid triggering UAC
Browse files Browse the repository at this point in the history
  • Loading branch information
FailedShack committed Feb 9, 2020
1 parent 0b4176d commit 5d6b18a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion USBHelperLauncher/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ static void Main(string[] args)
dialog.SetHeader("Injecting...");
}));
var injector = new ModuleInitInjector(executable);
executable = Path.Combine(GetLauncherPath(), "Patched.exe");
executable = Path.Combine(GetLauncherPath(), "WiiU_USB_Helper_.exe");
injector.Inject(executable);
Logger.WriteLine("Injected module initializer.");
dialog.Invoke(new Action(() => dialog.Close()));
Expand Down

0 comments on commit 5d6b18a

Please sign in to comment.