[vlc-commits] Revert "macOS codesign: Also use the org.videolan. prefix in gk mode"
Jean-Baptiste Kempf
git at videolan.org
Fri Jan 19 18:44:30 CET 2018
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 19 18:28:08 2018 +0100| [e20788db345d54811cd99239d6b0e6ee287126fb] | committer: Jean-Baptiste Kempf
Revert "macOS codesign: Also use the org.videolan. prefix in gk mode"
This reverts commit 2e2a1b34374f617ae2dac11bcbec8fd76a33eacb.
This seems to be a problem by sub-signing the Sparkle files and the VLC
include headers
(cherry picked from commit 307e1368299d79a75cbb534554aa9aa73065697a)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=e20788db345d54811cd99239d6b0e6ee287126fb
---
extras/package/macosx/codesign.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/package/macosx/codesign.sh b/extras/package/macosx/codesign.sh
index b4aa0eec99..1f5341a17d 100755
--- a/extras/package/macosx/codesign.sh
+++ b/extras/package/macosx/codesign.sh
@@ -85,7 +85,7 @@ sign()
IDENTIFIER="$2"
if [ -z "$IDENTIFIER" ]; then
filename=$(basename "$1")
- IDENTIFIER="org.videolan.${filename%.*}"
+ IDENTIFIER="${filename%.*}"
fi
# info "Signing file $1 with identifier $IDENTIFIER"
More information about the vlc-commits
mailing list