GUI: Improve progress updates
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Il2CppInspectorGUI
|
||||
try {
|
||||
OnStatusUpdate?.Invoke(this, "Extracting package");
|
||||
|
||||
var streams = Inspector.GetStreamsFromPackage(packageFiles);
|
||||
var streams = await Task.Run(() => Inspector.GetStreamsFromPackage(packageFiles));
|
||||
if (streams == null)
|
||||
throw new InvalidOperationException("The supplied package is not an APK or IPA file, or does not contain a complete IL2CPP application");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user