[vlc-commits] macOS codesign: Sign the new lua directory as well

David Fuhrmann git at videolan.org
Sun Jan 14 19:44:14 CET 2018


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun Jan 14 19:43:40 2018 +0100| [b5a20782d1f1e5d87944ed7f40b86102f7933149] | committer: David Fuhrmann

macOS codesign: Sign the new lua directory as well

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b5a20782d1f1e5d87944ed7f40b86102f7933149
---

 extras/package/macosx/codesign.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/extras/package/macosx/codesign.sh b/extras/package/macosx/codesign.sh
index b4aa0eec99..26dd961e69 100755
--- a/extras/package/macosx/codesign.sh
+++ b/extras/package/macosx/codesign.sh
@@ -179,6 +179,11 @@ do
     sign "$i"
 done
 
+for i in $(find VLC.app/Contents/MacOS/lua -type f -exec echo {} \;)
+do
+    sign "$i"
+done
+
 info "Signing the executable"
 sign "VLC.app" "org.videolan.vlc"
 



More information about the vlc-commits mailing list