mirror of
https://gitea.tendokyu.moe/yellowberry/WACCALauncher.git
synced 2026-09-22 22:58:00 +03:00
Stop trying to inject mercuryhook into generic applications 💀
This commit is contained in:
+1
-1
@@ -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";
|
||||
|
||||
@@ -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")]
|
||||
|
||||
Reference in New Issue
Block a user