Commit fa98df9
committed
feat: Add macOS code signing to desktop build
- Introduce macOS code signing to the desktop build process.
- Add a new script (`import_macos_dev_id_cert.sh`) to import the Developer ID certificate into the keychain on macOS runners.
- Update the `desktop.yaml` workflow to execute the import script for macOS jobs.
- Add the `macOS_development.p12` certificate to GPG encryption/decryption scripts and integrity checks.
- Add `macOS_development.p12` to `.gitignore` to prevent committing the raw certificate.
- Increment the desktop app `packageVersion` to `8.4.603`.1 parent 898cfdc commit fa98df9
File tree
15 files changed
+29
-5
lines changed- .github
- scripts
- secrets
- workflows
- app/desktop
15 files changed
+29
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | | - | |
11 | 8 | | |
12 | | - | |
13 | 9 | | |
14 | 10 | | |
15 | 11 | | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 commit comments