chore: Update codesigning script to sign the .app bundle with Apple Developer ID certificate

This commit is contained in:
mauro-balades
2024-09-04 20:17:34 +02:00
parent a8178bb16f
commit 2bf2bc10b0
2 changed files with 2 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ jobs:
-r \
--rcodesign-p12-file $GITHUB_WORKSPACE/certificate.p12 \
--rcodesign-p12-password "${{ secrets.macOS_CERTIFICATES_P12_PASSWORD }}" \
-c release \
-e production
- name: Package

View File

@@ -305,7 +305,7 @@
}
#newtab-button-container {
margin: var(--zen-tabbrowser-padding);
margin: calc(var(--zen-tabbrowser-padding) - 2px);
margin-top: 0;
margin-bottom: 0;