diff --git a/Shared/TSListControllerShared.m b/Shared/TSListControllerShared.m index b6d827e..646db9a 100644 --- a/Shared/TSListControllerShared.m +++ b/Shared/TSListControllerShared.m @@ -200,7 +200,7 @@ UIAlertAction* uninstallAllAction = [UIAlertAction actionWithTitle:@"Uninstall TrollStore, Uninstall Apps" style:UIAlertActionStyleDestructive handler:^(UIAlertAction* action) { NSMutableArray* args = [self argsForUninstallingTrollStore]; - spawnRoot(rootHelperPath(), @[args], nil, nil); + spawnRoot(rootHelperPath(), args, nil, nil); [self handleUninstallation]; }]; [uninstallAlert addAction:uninstallAllAction];