mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-11 22:10:09 +01:00
fix: deb packages
This commit is contained in:
parent
e7e0cbac9a
commit
ae8951c935
2 changed files with 9 additions and 2 deletions
|
|
@ -25,3 +25,10 @@ pay-respects-parser = "0.3.3"
|
|||
pay-respects-utils = "0.1.0"
|
||||
# pay-respects-parser = { path = "../parser" }
|
||||
# pay-respects-utils = { path = "../utils"}
|
||||
|
||||
[package.metadata.deb]
|
||||
assets = [
|
||||
["target/release/pay-respects", "usr/bin/", "755"],
|
||||
["target/release/_pay-respects-module-runtime-rules", "usr/bin/", "755"],
|
||||
["target/release/_pay-respects-fallback-request-ai", "usr/bin/", "755"],
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue