From c59d008bb8598d1625a603600f1242e10b6e08d0 Mon Sep 17 00:00:00 2001 From: reionwong Date: Thu, 14 Oct 2021 14:18:07 +0800 Subject: [PATCH] Update desktop file --- cutefish-calculator.desktop | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cutefish-calculator.desktop b/cutefish-calculator.desktop index 367a0f3..7036bf2 100644 --- a/cutefish-calculator.desktop +++ b/cutefish-calculator.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Name=Calculator Name[zh_CN]=计算器 -Exec=cutefish-calculator +Exec=/usr/bin/cutefish-calculator Icon=cutefish-calculator Terminal=false Type=Application diff --git a/debian/changelog b/debian/changelog index 5444120..97af368 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cutefish-calculator (0.4) UNRELEASED; urgency=low +cutefish-calculator (0.5) UNRELEASED; urgency=low * Initial release (CutefishOS)