mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-05 19:08:18 +00:00
chore: Update codesigning script to sign the .app bundle with Apple Developer ID certificate
This commit is contained in:
1
.github/workflows/macos-alpha-build.yml
vendored
1
.github/workflows/macos-alpha-build.yml
vendored
@@ -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
|
||||
|
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user