We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ccd0bd commit 54865a3Copy full SHA for 54865a3
.github/workflows/build-desktop.yml
@@ -1447,7 +1447,7 @@ jobs:
1447
1448
security find-identity -v -p codesigning
1449
1450
- codesign --entitlements resources/entitlements.mas.plist --deep --verbose --force --sign "Developer ID Application: 8bit Solutions LLC (LTZ2PFU5D6)" dist/mas-dev-universal/Bitwarden.app
+ codesign --entitlements resources/entitlements.mas.plist --deep --verbose --options runtime --force --sign "Developer ID Application: 8bit Solutions LLC (LTZ2PFU5D6)" dist/mas-dev-universal/Bitwarden.app
1451
1452
- name: Zip masdev asset
1453
run: |
0 commit comments