From b3a3e970f7da6ce397025b89eba76b1a32cfc626 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 14 Jul 2024 07:57:13 +0300 Subject: [PATCH] update final message --- INSTALL.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.sh b/INSTALL.sh index 4e0f89fd..a081f33f 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -227,4 +227,8 @@ fi # Dump result echo "Build completed!" -echo "run $DIR_DESKTOP_TARGET/yoda.sh" \ No newline at end of file + +if [[ $SETUP_DESKTOP_MENU == "y" ]]; then + echo "run Yoda from application menu or" +fi + echo "start Yoda with launcher: \"$DIR_DESKTOP_TARGET/yoda.sh\"" \ No newline at end of file