diff options
author | Damiano Galassi <[email protected]> | 2019-08-31 07:40:39 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-08-31 07:40:39 +0200 |
commit | d455488a6825aa2f015e1addb802ef98f4a5d0a3 (patch) | |
tree | 2d8b611c7db7eccad88758c28b39dcaecfd995d9 /macosx/module.defs | |
parent | 547364dd2368235dcf4e32b9f12efef6624c4c4d (diff) |
macosx: use the correct entitlements to sign the cli.
Diffstat (limited to 'macosx/module.defs')
-rw-r--r-- | macosx/module.defs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/module.defs b/macosx/module.defs index 47a13ead4..ce0a5e0ac 100644 --- a/macosx/module.defs +++ b/macosx/module.defs @@ -100,7 +100,7 @@ MACOSX.XCODE_ARCHIVE = $(strip \ -archivePath '$(MACOSX.xarchive/)' ) ifeq (1,$(SECURITY.sandbox)) -MACOSX.SIGN = $(strip $(MACOSX.src/)hbsign -sr '$(ID)' $(MACOSX.xroot/)HandBrake.app $(MACOSX.xroot/)HandBrakeCLI) + MACOSX.SIGN = $(strip $(MACOSX.src/)hbsign -sr '$(ID)' $(MACOSX.xroot/)HandBrake.app $(MACOSX.xroot/)HandBrakeCLI) else -MACOSX.SIGN = $(strip $(MACOSX.src/)hbsign -r '$(ID)' $(MACOSX.xroot/)HandBrake.app $(MACOSX.xroot/)HandBrakeCLI) + MACOSX.SIGN = $(strip $(MACOSX.src/)hbsign -r '$(ID)' $(MACOSX.xroot/)HandBrake.app $(MACOSX.xroot/)HandBrakeCLI) endif |