We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98a9f49 commit e08b1ddCopy full SHA for e08b1dd
gon.config.hcl
@@ -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