Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions package_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ BASEDIR="$(dirname "$(realpath $0)")"

cp -a "$INPUT_ARCHIVE/Products" "$TMP_ROOT"

xattr -c "$TMP_ROOT/usr/local/bin/spice-vdagentd"
xattr -cr "$TMP_ROOT"

codesign --sign "Developer ID Application" \
--force \
Expand All @@ -25,8 +25,6 @@ codesign --sign "Developer ID Application" \
--timestamp \
"$TMP_ROOT/usr/local/bin/spice-vdagentd"

xattr -c "$TMP_ROOT/usr/local/bin/spice-vdagent"

codesign --sign "Developer ID Application" \
--force \
--identifier com.redhat.spice.vdagent \
Expand Down