mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
chore: Fix some typos in the script (#1226)
This commit is contained in:
parent
a379100c9f
commit
645d260407
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ if [ "$arch" = "aarch64" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d "${dir}" ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
@ -30,7 +30,7 @@ if [ "${arg}" = "remove" ]; then
|
||||||
"${localShareIcons}"/64x64/apps/org.jeffvli.feishin.png \
|
"${localShareIcons}"/64x64/apps/org.jeffvli.feishin.png \
|
||||||
"${localShareIcons}"/32x32/apps/org.jeffvli.feishin.png \
|
"${localShareIcons}"/32x32/apps/org.jeffvli.feishin.png \
|
||||||
"${localShare}"/applications/org.jeffvli.feishin.desktop \
|
"${localShare}"/applications/org.jeffvli.feishin.desktop \
|
||||||
"${dir}./Feishin-linux-${arch}.AppImage"
|
"${dir}/Feishin-linux-${arch}.AppImage"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue