-
-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(go-releaser): update version * chore(goreleaser): update config * fix(zip): delete temporary file after transferring it (#304) * Fixing deleting temporary files * style(util): * chore(deps): go mod tidy --------- Co-authored-by: Claudio d'Angelis <[email protected]> --------- Co-authored-by: Vincenzo Aiello <[email protected]>
- Loading branch information
1 parent
64ffcab
commit c2c3200
Showing
5 changed files
with
95 additions
and
34 deletions.
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
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 |
---|---|---|
|
@@ -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: | ||
|
@@ -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 <[email protected]> | ||
description: Transfer files over wifi from your computer to your mobile device by scanning a QR code without leaving the terminal. | ||
license: MIT | ||
|
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
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
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