chore: Fix some typos in the script (#1226)

This commit is contained in:
Ha Dinh 2025-10-27 21:43:23 +07:00 committed by GitHub
parent a379100c9f
commit 645d260407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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