Skip to content

Commit

Permalink
Fix messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Uwe Fechner committed Mar 21, 2024
1 parent 04d2c43 commit 1391f93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ if [ $(uname) != "Linux" ] ; then
exit 1
fi

echo "Install KiteViewer.desktop in the folder ~/.local/share/applications"
echo "Install KiteController.desktop in the folder ~/.local/share/applications"

# determine the directory of this script
APPDIR="$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")"

# # "Copy KiteViewer.desktop.template"
# "Copy KiteController.desktop.template"
cp ${APPDIR}/KiteController.desktop.template ~/.local/share/applications

# "Replace @APPDIR@ with APPDIR"
Expand Down

0 comments on commit 1391f93

Please sign in to comment.