Skip to content

Commit

Permalink
fix(sharkdp/bat): restore file name config removed by re-scaffolding
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai-nkt committed Jan 10, 2025
1 parent e099d97 commit 4b3d7bb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/sharkdp/bat/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ packages:
repo_owner: sharkdp
repo_name: bat
description: A cat(1) clone with wings
files:
- name: bat
src: bat-{{.Version}}-{{.Arch}}-{{.OS}}/bat
version_constraint: "false"
version_overrides:
- version_constraint: semver("<= 0.2.2")
Expand Down Expand Up @@ -41,6 +44,8 @@ packages:
overrides:
- goos: windows
format: zip
files:
- name: bat.exe
supported_envs:
- darwin
- windows
Expand Down
5 changes: 5 additions & 0 deletions registry.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b3d7bb

Please sign in to comment.