Skip to content

Commit e08b1dd

Browse files
committed
Add gon config file for OS X notarization
1 parent 98a9f49 commit e08b1dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

gon.config.hcl

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
source = ["dist/macos64/FirmwareUpdater"]
2+
bundle_id = "cc.arduino.FirmwareUpdater"
3+
4+
sign {
5+
application_identity = "Developer ID Application: ARDUINO SA (7KT7ZWMCJT)"
6+
}
7+
8+
# Ask Gon for zip output to force notarization process to take place.
9+
# The CI will ignore the zip output, using the signed binary only.
10+
zip {
11+
output_path = "FirmwareUpdater.zip"
12+
}

0 commit comments

Comments
 (0)