Skip to content

Commit 834f1b9

Browse files
committed
fix release
1 parent e2be667 commit 834f1b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gon-amd64.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"source": ["./dist/macos-amd64_darwin_amd64_v1/baton-sql-server"],
2+
"source": ["./dist/macos-arm64_darwin_arm64_v8.0/baton-sql-server"],
33
"bundle_id": "com.conductorone.baton-sql-server",
44
"apple_id": {
5-
"username" : "[email protected]"
5+
"username": "[email protected]"
66
},
77
"sign": {
88
"application_identity": "Developer ID Application: Justin Gallardo (858DKH55XL)"
99
},
10-
"zip" :{
11-
"output_path": "./dist/baton-sql-server-darwin-amd64.signed.zip"
10+
"zip": {
11+
"output_path": "./dist/baton-sql-server-darwin-amd64.signed.zip"
1212
}
13-
}
13+
}

0 commit comments

Comments
 (0)