mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 19:52:50 -03:00
Use entitlements file when codesigning for macOS
This commit is contained in:
parent
af637bc697
commit
dac480f212
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if [ "$1" = "--release" ]; then
|
|||
IDENTITY_NAME_INSTALLER="Developer ID Installer: Micah Lee"
|
||||
|
||||
echo "Codesigning the app bundle"
|
||||
codesign --deep -s "$IDENTITY_NAME_APPLICATION" "$APP_PATH"
|
||||
codesign --deep -s "$IDENTITY_NAME_APPLICATION" "$APP_PATH" --entitlements "$ROOT/install/OnionShare.entitlements"
|
||||
|
||||
echo "Creating an installer"
|
||||
productbuild --sign "$IDENTITY_NAME_INSTALLER" --component "$APP_PATH" /Applications "$PKG_PATH"
|
||||
|
|
Loading…
Reference in a new issue