2024-03-13 01:30:45 -04:00
|
|
|
project_name: sub2clash
|
2023-09-14 05:59:17 -04:00
|
|
|
builds:
|
2023-11-02 14:35:30 -04:00
|
|
|
- env:
|
|
|
|
- CGO_ENABLED=0
|
|
|
|
goos:
|
|
|
|
- windows
|
2024-03-13 01:30:45 -04:00
|
|
|
- linux
|
2023-11-02 14:35:30 -04:00
|
|
|
- darwin
|
|
|
|
goarch:
|
|
|
|
- amd64
|
|
|
|
ldflags:
|
2024-04-23 02:49:31 -04:00
|
|
|
- -s -w -X sub2clash/constant.Version={{ .Version }}
|
2024-04-17 09:52:03 -04:00
|
|
|
flags:
|
|
|
|
- -trimpath
|
2024-03-13 01:30:45 -04:00
|
|
|
archives:
|
2024-04-17 09:52:03 -04:00
|
|
|
- format: tar.gz
|
|
|
|
format_overrides:
|
|
|
|
- format: zip
|
|
|
|
goos: windows
|
|
|
|
wrap_in_directory: true
|
|
|
|
files:
|
|
|
|
- LICENSE
|
|
|
|
- README.md
|
|
|
|
- templates
|