Skip to content

Commit

Permalink
Update goreleaser props
Browse files Browse the repository at this point in the history
  • Loading branch information
blu3berryys authored Jan 31, 2025
1 parent e9a95b9 commit 97fdb34
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
project_name: croc

build:
main: main.go
binary: croc
Expand All @@ -25,9 +26,9 @@ build:
goarch: arm
goarm:
- 7

nfpms:
-
formats:
- formats:
- deb
vendor: "schollz.com"
homepage: "https://schollz.com/software/croc/"
Expand All @@ -47,9 +48,9 @@ nfpms:
netbsd: NetBSD
freebsd: FreeBSD
dragonfly: DragonFlyBSD

archives:
-
format: tar.gz
- format: tar.gz
format_overrides:
- goos: windows
format: zip
Expand All @@ -73,16 +74,14 @@ archives:
- bash_autocomplete

brews:
-
tap:
- tap:
owner: schollz
name: homebrew-tap
folder: Formula
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
homepage: "https://schollz.com/software/croc/"
install: |
bin.install "croc"
test: |
system "#{bin}/croc --version"
Expand All @@ -93,8 +92,7 @@ scoop:
homepage: "https://schollz.com/software/croc/"
description: "croc is a tool that allows any two computers to simply and securely transfer files and folders."
license: MIT

announce:
twitter:
# Wether its enabled or not.
# Defaults to false.
enabled: false
enabled: false

0 comments on commit 97fdb34

Please sign in to comment.