Skip to content

Commit

Permalink
use rioterm naming instead of rio for deb packages
Browse files Browse the repository at this point in the history
  • Loading branch information
raphamorim committed Dec 8, 2024
1 parent 95b929a commit d607d61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontends/rioterm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ wayland = [
]

[package.metadata.deb]
name = "rio"
name = "rioterm"
maintainer = "Raphael Amorim <[email protected]>"
copyright = "2024, Raphael Amorim <[email protected]>"
depends = "$auto"
section = "admin"
priority = "optional"
assets = [
["../../target/release/rio", "usr/local/bin/", "755"],
["../../target/release/rioterm", "usr/local/bin/", "755"],
["../../misc/rio.desktop", "usr/share/applications/", "644"],
["../../misc/rio.terminfo", "usr/share/info/", "644"],
["../../misc/logo.svg", "usr/share/icons/hicolor/scalable/apps/rio.svg", "644"],
Expand Down

0 comments on commit d607d61

Please sign in to comment.