diff --git a/.fpm b/.fpm index 718244b2..82e786bc 100644 --- a/.fpm +++ b/.fpm @@ -6,6 +6,7 @@ --url "https://sing-box.sagernet.org/" --maintainer "nekohasekai " --deb-field "Bug: https://github.com/SagerNet/sing-box/issues" +--config-files /etc/sing-box/config.json release/config/config.json=/etc/sing-box/config.json diff --git a/.goreleaser.fury.yaml b/.goreleaser.fury.yaml index fbd1ae42..3212027a 100644 --- a/.goreleaser.fury.yaml +++ b/.goreleaser.fury.yaml @@ -48,7 +48,7 @@ nfpms: contents: - src: release/config/config.json dst: /etc/sing-box/config.json - type: config + type: "config|noreplace" - src: release/config/sing-box.service dst: /usr/lib/systemd/system/sing-box.service diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 3ada7377..87a2f458 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -130,7 +130,7 @@ nfpms: contents: - src: release/config/config.json dst: /etc/sing-box/config.json - type: config + type: "config|noreplace" - src: release/config/sing-box.service dst: /usr/lib/systemd/system/sing-box.service