Skip to content

Commit

Permalink
Improve comments
Browse files Browse the repository at this point in the history
  • Loading branch information
opa334 committed Jul 23, 2024
1 parent fb23bf0 commit 3cb26ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BaseBin/systemhook/src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,7 @@ __attribute__((constructor)) static void initializer(void)
}
#endif
// Load tweaks if desired
// We can hardcode /var/jb here since if it doesn't exist, loading TweakLoader.dylib is not going to work anyways
if (shouldEnableTweaks()) {
const char *tweakLoaderPath = "/var/jb/usr/lib/TweakLoader.dylib";
if(access(tweakLoaderPath, F_OK) == 0) {
Expand Down

0 comments on commit 3cb26ec

Please sign in to comment.