Fix unhooking

experimental 1.2.1.20
Peter Repukat 8 years ago
parent 3fa349d47a
commit df89e5837b

@ -30,7 +30,5 @@ Afterwards create your shortcuts with GloSC and you are ready to go.
### Notes:
The SteamTarget checks for the Injector, as well as the hooking dll, one directory up.
The GloSC_GameLauncher must be running from that directory, as Admin, to make double sure Steam does get unhooked after closing a shortcut

@ -384,7 +384,7 @@ void SteamTargetRenderer::unhookBindings()
QProcess proc;
proc.setNativeArguments(" --eject ");
proc.setWorkingDirectory(dir);
proc.start("..\\Injector.exe", QIODevice::ReadOnly);
proc.start("./Injector.exe", QIODevice::ReadOnly);
proc.waitForStarted();
proc.waitForFinished();
}

Loading…
Cancel
Save