From b896828de5cc9fdc4dfe651bc87c9bda4c0448da Mon Sep 17 00:00:00 2001 From: Xe Date: Thu, 19 Jan 2023 21:48:52 -0500 Subject: [PATCH] emoji better Signed-off-by: Xe --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a83e93..2349c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xn--ts9h" -description = "A simpler sudo command" +description = "A simpler sudo command, named xn--ts9h because I can't use an emoji in the package name" license = "MIT" authors = [ "Xe Iaso " ] version = "0.1.0" @@ -9,8 +9,8 @@ edition = "2021" [package.metadata.deb] assets = [ ["target/release/xn--ts9h", "usr/bin/🥺", "6755"], - ["README.md", "usr/share/doc/xn--ts9h/README", "644"], - ["LICENSE", "usr/share/doc/xn--ts9h/LICENSE", "644"], + ["README.md", "usr/share/doc/🥺/README", "644"], + ["LICENSE", "usr/share/doc/🥺/LICENSE", "644"], ["🥺.8", "usr/share/man/man8/🥺.8", "644"], ]