Fix no IDA output when creating a Visual Studio solution
This commit is contained in:
@@ -177,11 +177,10 @@ namespace Il2CppInspector
|
||||
else
|
||||
csOut += imageSuffix;
|
||||
|
||||
if (options.CreateSolution) {
|
||||
if (options.CreateSolution)
|
||||
writer.WriteSolution(csOut, unityPath, unityAssembliesPath);
|
||||
continue;
|
||||
}
|
||||
|
||||
else
|
||||
switch (options.LayoutSchema.ToLower(), options.SortOrder.ToLower()) {
|
||||
case ("single", "index"):
|
||||
writer.WriteSingleFile(csOut, t => t.Index);
|
||||
|
||||
Reference in New Issue
Block a user