Skip to content

Commit

Permalink
Add skip-uicache to trollstorehelper arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Mar 7, 2024
1 parent 29463fc commit 4c6960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BaseBin/jbctl/src/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int main(int argc, char* argv[])
return 4;
}
NSString *trollstorehelperPath = [trollstoreAppProxy.bundleURL.path stringByAppendingPathComponent:@"trollstorehelper"];
int r = exec_cmd(trollstorehelperPath.fileSystemRepresentation, "install", "force", updateFile, NULL);
int r = exec_cmd(trollstorehelperPath.fileSystemRepresentation, "install", "skip-uicache", "force", updateFile, NULL);
if (r != 0) {
printf("Failed to install tipa via TrollStore: %d\n", r);
return 5;
Expand Down

0 comments on commit 4c6960e

Please sign in to comment.