diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-06-17 15:50:56 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-06-19 13:19:48 +0200 |
commit | 00d6c5ede909c45d44c904a02f658256130b84ff (patch) | |
tree | f8e4ae321ee6e0067f2f26dd435042114f9459b0 /hex.desktop | |
parent | b87206bb931f10da622a95f8bd2f01b1ad6be706 (diff) | |
download | hex-00d6c5ede909c45d44c904a02f658256130b84ff.tar.gz hex-00d6c5ede909c45d44c904a02f658256130b84ff.tar.xz hex-00d6c5ede909c45d44c904a02f658256130b84ff.zip |
Bump liberty, move the UI to liberty-xui.c
This deduplicates code between nncmpp and hex,
while adding functionality.
Diffstat (limited to 'hex.desktop')
-rw-r--r-- | hex.desktop | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hex.desktop b/hex.desktop new file mode 100644 index 0000000..d4351a6 --- /dev/null +++ b/hex.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Type=Application +Name=hex +GenericName=Interpreting hex viewer +Icon=hex +Exec=hex %f +NoDisplay=true +StartupNotify=false +Categories=Utility; |