From cf1c69929e4854856b076f78a0bb14a8cf978292 Mon Sep 17 00:00:00 2001 From: JennaHuntsman <jenna.salem.sf@gmail.com> Date: Sun, 15 Jan 2023 12:04:24 -0500 Subject: [PATCH] Fix another oops which caused incorrect output. --- indra/newview/linux_tools/refresh_desktop_app_entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/linux_tools/refresh_desktop_app_entry.sh b/indra/newview/linux_tools/refresh_desktop_app_entry.sh index 0843714a538..0cccf873da9 100755 --- a/indra/newview/linux_tools/refresh_desktop_app_entry.sh +++ b/indra/newview/linux_tools/refresh_desktop_app_entry.sh @@ -29,7 +29,7 @@ Name=${VIEWERNAME} ${CHANNELNAME} GenericName=Second Life Viewer Comment=Client for the Online Virtual World, Second Life Exec=${installation_prefix}/${VIEWERNAME,,} -Icon="${VIEWERNAME}"-"${CHANNELNOBREAK}"-Viewer +Icon=${VIEWERNAME}-${CHANNELNOBREAK}-Viewer Terminal=false Type=Application Categories=Game;Simulation; -- GitLab