From d6b11ab40a0c9583415e3220670a0c79f5c68ddf Mon Sep 17 00:00:00 2001 From: Alfie CG <63724031+alfiecg24@users.noreply.github.com> Date: Sun, 8 Oct 2023 16:38:54 +0100 Subject: [PATCH] Update line number for spawnRoot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccaf995..2058579 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ When your app is not sandboxed, you can spawn other binaries using posix_spawn, You can also add your own binaries into your app bundle. -Afterwards you can use the [spawnRoot function in TSUtil.m](./Shared/TSUtil.m#L74) to spawn the binary as root. +Afterwards you can use the [spawnRoot function in TSUtil.m](./Shared/TSUtil.m#L77) to spawn the binary as root. ### Things that are not possible using TrollStore