mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2026-02-02 15:45:11 +01:00
feat: module periority
This commit is contained in:
parent
03904775f5
commit
c1e575c32a
9 changed files with 27 additions and 18 deletions
|
|
@ -29,6 +29,6 @@ pay-respects-utils = "0.1.0"
|
|||
[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"],
|
||||
["target/release/_pay-respects-module-100-runtime-rules", "usr/bin/", "755"],
|
||||
["target/release/_pay-respects-fallback-100-request-ai", "usr/bin/", "755"],
|
||||
]
|
||||
|
|
|
|||
|
|
@ -68,6 +68,8 @@ impl Data {
|
|||
executables.push(exe.to_string());
|
||||
}
|
||||
}
|
||||
modules.sort_unstable();
|
||||
fallbacks.sort_unstable();
|
||||
if alias.is_some() {
|
||||
let alias = alias.as_ref().unwrap();
|
||||
for command in alias.keys() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue