Browse Source

Revert "macOS codesign: Also use the org.videolan. prefix in gk mode"

This reverts commit 2e2a1b3437.

This seems to be a problem by sub-signing the Sparkle files and the VLC
include headers
pull/65/head
Jean-Baptiste Kempf 9 years ago
parent
commit
307e136829
  1. 2
      extras/package/macosx/codesign.sh

2
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"

Loading…
Cancel
Save