mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 15:24:42 -05:00
25 lines
495 B
YAML
25 lines
495 B
YAML
project_name: sub2clash
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- windows
|
|
- linux
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
ldflags:
|
|
- -s -w -X sub2clash/constant.Version={{ .Version }}
|
|
flags:
|
|
- -trimpath
|
|
archives:
|
|
- format: tar.gz
|
|
format_overrides:
|
|
- format: zip
|
|
goos: windows
|
|
wrap_in_directory: true
|
|
files:
|
|
- LICENSE
|
|
- README.md
|
|
- templates
|