Skip to content

Commit

Permalink
chore(goreleaser): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodangelis committed Dec 8, 2023
1 parent 5e24103 commit 8f16bfb
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@ builds:
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm64
- goos: windows
goarch: arm64
archives:
- replacements:
darwin: macOS
windows: Windows
386: i386
amd64: x86_64
# - replacements:
# darwin: macOS
# windows: Windows
# 386: i386
# amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand All @@ -49,12 +53,12 @@ release:
Refer to the list of assets below for all supported platform.
nfpms:
- replacements:
darwin: macOS
windows: Windows
386: i386
amd64: x86_64
homepage: https://claudiodangelis.com/qrcp
# - replacements:
# darwin: macOS
# windows: Windows
# 386: i386
# amd64: x86_64
- homepage: https://claudiodangelis.com/qrcp
maintainer: Claudio d'Angelis <claudiodangelis@gmail.com>
description: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal.
license: MIT
Expand Down

0 comments on commit 8f16bfb

Please sign in to comment.