diff --git a/Il2CppTests/TestRunner.cs b/Il2CppTests/TestRunner.cs index 3d10153..0811836 100644 --- a/Il2CppTests/TestRunner.cs +++ b/Il2CppTests/TestRunner.cs @@ -20,6 +20,8 @@ namespace Il2CppInspector // Windows if (!File.Exists(testFile)) testFile = testPath + @"\" + Path.GetFileName(testPath) + ".dll"; + if (!File.Exists(testFile)) + testFile = testPath + @"\GameAssembly.dll"; // iOS if (!File.Exists(testFile)) testFile = testPath + @"\" + Path.GetFileName(testPath);