From 645d260407bfcf2befe63df206d155474ad3c7f6 Mon Sep 17 00:00:00 2001 From: Ha Dinh <126219763+Flock137@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:43:23 +0700 Subject: [PATCH] chore: Fix some typos in the script (#1226) --- install-feishin-appimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-feishin-appimage b/install-feishin-appimage index 8a0e89b8..99976304 100755 --- a/install-feishin-appimage +++ b/install-feishin-appimage @@ -15,7 +15,7 @@ if [ "$arch" = "aarch64" ]; then fi if [ ! -d "${dir}" ]; then - echo "${dir}} is not a directory or does not exist. Please provide an existing directory." + echo "${dir} is not a directory or does not exist. Please provide an existing directory." exit 1 fi @@ -30,7 +30,7 @@ if [ "${arg}" = "remove" ]; then "${localShareIcons}"/64x64/apps/org.jeffvli.feishin.png \ "${localShareIcons}"/32x32/apps/org.jeffvli.feishin.png \ "${localShare}"/applications/org.jeffvli.feishin.desktop \ - "${dir}./Feishin-linux-${arch}.AppImage" + "${dir}/Feishin-linux-${arch}.AppImage" exit 0 fi