Add native messaging manifest to debian package
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "cl-cli"
|
||||
version = "0.5.0-alpha15"
|
||||
version = "0.5.0-alpha16"
|
||||
edition = "2021"
|
||||
license = "GPLv3"
|
||||
license = "GPL-3.0-or-later"
|
||||
description = "Some helpers scripts for Champs-Libres"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
@@ -30,12 +30,12 @@ serde_json = "1.0.145"
|
||||
|
||||
[package.metadata.deb]
|
||||
maintainer = "Julien Fastré <julien.fastre@champs-libres.coop>"
|
||||
copyright = "AGPLv3"
|
||||
extended-description = """Helpers for Champs-Libres"""
|
||||
depends = "$auto"
|
||||
section = "utility"
|
||||
priority = "optional"
|
||||
assets = [
|
||||
["target/release/cl-cli", "usr/bin/cl", "755"],
|
||||
["target/release/webext", "usr/bin/", "755"],
|
||||
["target/release/webext", "usr/bin/cl-webext", "755"],
|
||||
["web-extension/_native-messaging/cl_cli.json", "/usr/lib/mozilla/native-messaging-hosts/", "644"]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user