-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit 861c22f
Use Bearer/gon for macOS notarization of releases
A tool named gon is used to notarize the macOS release binaries. The original gon tool is now nonfunctional due to its
use of the altool tool, which is no longer permitted by Apple.
Fortunately a fork of gon was created and the migration from altool to notarytool completed in that fork. So the release
workflows are hereby migrated to using the functional fork of gon.1 parent f369202 commit 861c22f
File tree
2 files changed
+4
-4
lines changed- .github/workflows
2 files changed
+4
-4
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 | - | ||
120 | + | ||
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 | - | ||
127 | + | ||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 | - | ||
125 | + | ||
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 | - | ||
132 | + | ||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
0 commit comments