-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed the docker app version creation for the moment
- Loading branch information
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,4 +103,22 @@ brews: | |
commit_author: | ||
name: Abdi Omar Ousleyeh | ||
email: [email protected] | ||
license: "Apache" | ||
license: "Apache" | ||
|
||
chocolateys: | ||
- # Your app's package name. | ||
name: zeroward | ||
owners: Abdi Omar Ousleyeh | ||
title: zeroward | ||
authors: Abdiooa | ||
project_url: https://github.com/Abdiooa/zeroward/ | ||
url_template: https://github.com/Abdiooa/zeroward/releases/download/{{.LatestVersion}}/{{.ProjectName}}_{{.LatestVersion}}_windows-{{.Arch}} | ||
project_source_url: https://github.com/Abdiooa/zeroward/ | ||
summary: "zero knowledge encryption command line for securing files on the cloud storage" | ||
source_repo: "https://push.chocolatey.org/" | ||
api_key: "{{ .Env.CHOCOLATEY_API_KEY }}" | ||
skip_publish: false | ||
goamd64: v1 | ||
require_license_acceptance: false | ||
copyright: 2024 Abdi Omar Ousleyeh <[email protected]> | ||
license_url: https://github.com/Abdiooa/zeroward/blob/releaseco/LICENSE |