Dead link, wrong line

This commit is contained in:
Nathan 2022-10-19 20:34:50 -04:00 committed by GitHub
parent acf193b3ce
commit 90ed541008
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ Because a root binary needs special permissions, you need to specifiy all your r
Note: The paths in the TSRootBinaries array are relative to the location of the Info.plist, you can also include this key in other bundles such as app plugins. Note: The paths in the TSRootBinaries array are relative to the location of the Info.plist, you can also include this key in other bundles such as app plugins.
Afterwards you can use the [spawnRoot function in TSUtil.m](./Store/TSUtil.m#L39) to spawn the binary as root. Afterwards you can use the [spawnRoot function in TSUtil.m](./Shared/TSUtil.m#L74) to spawn the binary as root.
### Things that are not possible using TrollStore ### Things that are not possible using TrollStore