Skip to content

Commit 0fa9473

Browse files
committed
修改构建脚本
1 parent 0628ab4 commit 0fa9473

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ builds:
4646
- -s -w
4747

4848
checksum:
49-
name_template: "zbp_checksums.txt"
49+
name_template: "skadi_checksums.txt"
5050
changelog:
5151
sort: asc
5252
filters:
@@ -67,15 +67,15 @@ archives:
6767
files:
6868
- sarasa-mono-sc-bold.ttf
6969
- data/*
70-
name_template: "zbp_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
70+
name_template: "skadi_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
7171
format_overrides:
7272
- goos: windows
7373
format: zip
7474

7575
nfpms:
7676
- license: AGPL 3.0
7777
homepage: https://github.com/yuanyan3060/SkadiBot
78-
file_name_template: "zbp_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
78+
file_name_template: "skadi_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}"
7979
formats:
8080
- deb
8181
- rpm

0 commit comments

Comments
 (0)