Add signed homebrew install

This commit is contained in:
Ben Johnson
2021-01-24 08:47:16 -07:00
parent 9eae39e2fa
commit f0ae48af4c
3 changed files with 33 additions and 5 deletions

15
etc/gon.hcl Normal file
View File

@@ -0,0 +1,15 @@
source = ["./dist/litestream"]
bundle_id = "com.middlemost.litestream"
apple_id {
username = "benbjohnson@yahoo.com"
password = "@env:AC_PASSWORD"
}
sign {
application_identity = "Developer ID Application: Middlemost Systems, LLC"
}
zip {
output_path = "dist/litestream.zip"
}