mirror of
https://github.com/LukeFZ/Il2CppInspectorRedux.git
synced 2025-12-10 13:30:26 +05:00
Tests: Look for GameAssembly.dll in test folder
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user