mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix linux repo
This commit is contained in:
parent
e735a5bdc8
commit
76f20482f7
7 changed files with 34 additions and 15 deletions
|
@ -55,6 +55,14 @@ nfpms:
|
|||
dst: /usr/lib/systemd/system/sing-box@.service
|
||||
- src: LICENSE
|
||||
dst: /usr/share/licenses/sing-box/LICENSE
|
||||
deb:
|
||||
signature:
|
||||
key_file: "{{ .Env.NFPM_KEY_PATH }}"
|
||||
fields:
|
||||
Bugs: https://github.com/SagerNet/sing-box/issues
|
||||
rpm:
|
||||
signature:
|
||||
key_file: "{{ .Env.NFPM_KEY_PATH }}"
|
||||
conflicts:
|
||||
- sing-box-beta
|
||||
- id: package_beta
|
||||
|
@ -72,9 +80,8 @@ furies:
|
|||
- account: sagernet
|
||||
ids:
|
||||
- package
|
||||
skip: "{{ .Prerelease }}"
|
||||
disable: "{{ not (not .Prerelease) }}"
|
||||
- account: sagernet
|
||||
ids:
|
||||
- package_beta
|
||||
skip: "{{ not .Prerelease }}"
|
||||
|
||||
disable: "{{ not .Prerelease }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue