Add binary to debian package. It went missing after adding the user systemd unit
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
All checks were successful
Run Tests on Code / run-tests (push) Successful in 11s
This commit is contained in:
parent
a1092be60c
commit
6ec4b1b48c
1 changed files with 5 additions and 0 deletions
|
@ -11,6 +11,11 @@ extended-description = "Application for automatically updating Cloudflare DNS re
|
|||
maintainer-scripts = "debian/"
|
||||
revision = "1"
|
||||
assets = [
|
||||
[
|
||||
"target/release/cloudflare-dns-updater",
|
||||
"/usr/local/bin/cloudflare-dns-updater",
|
||||
"755",
|
||||
],
|
||||
[
|
||||
"debian/cloudflare-dns-updater.service",
|
||||
"/lib/systemd/user/cloudflare-dns-updater.service",
|
||||
|
|
Loading…
Reference in a new issue