Stop trying to inject mercuryhook into generic applications 💀

This commit is contained in:
Zsolt Zitting
2025-04-02 17:50:01 -07:00
parent debd5c06e5
commit a937dc8a46
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -550,7 +550,7 @@ namespace WACCALauncher
}
}
if (profile.InjectGame)
if (profile.InjectGame && profile.Type == ProfileType.WACCA)
{
var gamePath = _gameProcess.StartInfo.FileName;
_gameProcess.StartInfo.FileName = "inject.exe";
+2 -2
View File
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.0.0")]
[assembly: AssemblyVersion("0.12.0.1")]
[assembly: AssemblyFileVersion("0.12.0.1")]