We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa820ac commit 94ef751Copy full SHA for 94ef751
gon.config.hcl
@@ -0,0 +1,12 @@
1
+source = ["dist/arduino-lint_osx_darwin_amd64/arduino-lint"]
2
+bundle_id = "cc.arduino.arduino-lint"
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 = "arduino-lint.zip"
12
0 commit comments