diff options
author | Damiano Galassi <[email protected]> | 2019-09-01 09:07:33 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2019-09-01 09:07:33 +0200 |
commit | 72f9d1279ca75cbe9d85c5fcfc90121a7aa2b85a (patch) | |
tree | ef344192bb2460010b45e77edb87be71ef6c7109 /macosx/module.rules | |
parent | 05e07e140d718b9b59f8e16e0e40bc692297985d (diff) |
macOS: add a make notarize target. Usage: make notarize USERNAME=""
Diffstat (limited to 'macosx/module.rules')
-rw-r--r-- | macosx/module.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/module.rules b/macosx/module.rules index 8f8cd15fe..7159cb367 100644 --- a/macosx/module.rules +++ b/macosx/module.rules @@ -41,6 +41,7 @@ macosx.clean: $(RM.exe) -rf $(MACOSX.xroot/)HandBrake.app $(RM.exe) -f $(MACOSX.xroot/)HandBrakeCLI $(RM.exe) -f $(MACOSX.xroot/)hbsign.log + $(RM.exe) -f $(MACOSX.xroot/)hbnotarize.log $(RM.exe) -f $(MACOSX.m4.out) $(RM.exe) -f $(MACOSX.osl.filelist) |