Added desktop launcher regardless of other ifs

This commit is contained in:
crowetic 2025-07-14 20:41:27 -07:00
parent e7e06565f0
commit 415f675825

View File

@ -214,6 +214,9 @@ Categories=Utility;
EOL
echo -e "\n ${GREEN}✅ Desktop launcher created at ~/.local/share/applications/qortal-hub.desktop${NC}"
if [ -d "${HOME}/Desktop" ]
cp "$HOME/.local/share/applications/qortal-hub.desktop" "${HOME}/Desktop/"
fi
else
echo -e "\n ${YELLOW} No desktop environment detected or missing xdg tools. Skipping applications menu launcher setup.${NC}"
echo -e "\n ${CYAN} Checking for Desktop folder..."