mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-08-28 00:40:25 +02:00
chore: update CI/CD workflows, Homebrew and new contributors (#552)
This commit is contained in:
+26
-1
@@ -30,7 +30,11 @@ builds:
|
||||
archives:
|
||||
- id: "archive"
|
||||
formats:
|
||||
- zip
|
||||
- tar.gz
|
||||
format_overrides:
|
||||
- goos: windows
|
||||
formats:
|
||||
- zip
|
||||
files:
|
||||
- README.md
|
||||
- LICENSE
|
||||
@@ -62,5 +66,26 @@ checksum:
|
||||
name_template: "checksums-v{{ .Version }}.txt"
|
||||
algorithm: sha256
|
||||
|
||||
brews:
|
||||
- name: hack-browser-data
|
||||
homepage: "https://github.com/moonD4rk/HackBrowserData"
|
||||
description: "Extract and decrypt browser data from multiple browsers"
|
||||
license: "MIT"
|
||||
directory: Formula
|
||||
skip_upload: auto
|
||||
repository:
|
||||
owner: moonD4rk
|
||||
name: homebrew-tap
|
||||
branch: main
|
||||
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
|
||||
commit_author:
|
||||
name: "github-actions[bot]"
|
||||
email: "github-actions[bot]@users.noreply.github.com"
|
||||
commit_msg_template: "brew formula update for {{ .ProjectName }} version {{ .Tag }}"
|
||||
install: |
|
||||
bin.install "hack-browser-data"
|
||||
test: |
|
||||
system "#{bin}/hack-browser-data", "version"
|
||||
|
||||
release:
|
||||
prerelease: auto
|
||||
|
||||
Reference in New Issue
Block a user