-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270691 from atorres1985-contrib/mpv
- Loading branch information
Showing
4 changed files
with
63 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/TOOLS/osxbundle.py b/TOOLS/osxbundle.py | ||
index 98699e478b..d02ecf610e 100755 | ||
--- a/TOOLS/osxbundle.py | ||
+++ b/TOOLS/osxbundle.py | ||
@@ -39,7 +39,7 @@ def apply_plist_template(plist_file, version): | ||
print(line.rstrip().replace('${VERSION}', version)) | ||
|
||
def sign_bundle(binary_name): | ||
- sh('codesign --force --deep -s - ' + bundle_path(binary_name)) | ||
+ sh('rcodesign sign ' + bundle_path(binary_name)) | ||
|
||
def bundle_version(): | ||
if os.path.exists('VERSION'): |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters