mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
minor bug fixes
This commit is contained in:
@@ -164,7 +164,7 @@ class _LaunchButtonState extends State<LaunchButton> {
|
||||
}
|
||||
|
||||
try{
|
||||
var success = await injectDll(gameProcess.pid, await locateBinary(binary));
|
||||
var success = await injectDll(gameProcess.pid, await locateAndCopyBinary(binary));
|
||||
if(success){
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user