mirror of
https://github.com/nitezs/sub2clash.git
synced 2024-12-23 14:54:42 -05:00
8d06ab3175
fix: 修复当订阅链接有多个 clash 配置时丢失节点的问题 update: 增加检测更新 modify: 修改数据库路径 modify: 修改短链生成逻辑 modify: 统一输出信息
17 lines
325 B
YAML
17 lines
325 B
YAML
#before:
|
|
# hooks:
|
|
# - go mod tidy
|
|
builds:
|
|
- env:
|
|
- CGO_ENABLED=0
|
|
goos:
|
|
- linux
|
|
- windows
|
|
- darwin
|
|
goarch:
|
|
- amd64
|
|
- arm64
|
|
ldflags:
|
|
- -s -w -X sub2clash/config.Version={{ .Version }}
|
|
no_unique_dist_dir: true
|
|
binary: "{{ .ProjectName }}-{{ .Os }}-{{ .Arch }}" |