forgot then

This commit is contained in:
crowetic 2025-07-14 20:42:19 -07:00
parent 415f675825
commit 83e285f13d

View File

@ -214,7 +214,7 @@ Categories=Utility;
EOL
echo -e "\n ${GREEN}✅ Desktop launcher created at ~/.local/share/applications/qortal-hub.desktop${NC}"
if [ -d "${HOME}/Desktop" ]
if [ -d "${HOME}/Desktop" ]; then
cp "$HOME/.local/share/applications/qortal-hub.desktop" "${HOME}/Desktop/"
fi
else