From d9bbe8b9ecbe938af4db342852108e293ddfd5f1 Mon Sep 17 00:00:00 2001 From: JennaHuntsman <jenna.salem.sf@gmail.com> Date: Sun, 18 Dec 2022 17:27:40 -0500 Subject: [PATCH] Groundwork for cmake magic (nonfunctional at present) --- indra/newview/linux_tools/refresh_desktop_app_entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/newview/linux_tools/refresh_desktop_app_entry.sh b/indra/newview/linux_tools/refresh_desktop_app_entry.sh index 1865093e418..2fdd2e833fe 100755 --- a/indra/newview/linux_tools/refresh_desktop_app_entry.sh +++ b/indra/newview/linux_tools/refresh_desktop_app_entry.sh @@ -3,6 +3,7 @@ VIEWERNAME="Alchemy" #Store the viewer's name as a variable, for portability. This should be correctly capitalized. CHANNELNAME="{CHANNELNAME=Test}" #THIS CAN BE BLANK! Store the viewer's channel (i.e. alpha, beta, etc.) as a variable, for portability. This should be correctly capitalized. Release versions should leave this blank, so the DE will show just VIEWERNAME, not VIEWERNAME CHANNELNAME +# CHANNELNAME="@RELEASE_CHANNEL@" #TODO: Make cmake handle channel name autofill SCRIPTSRC="$(readlink -f "$0" || echo "$0")" RUN_PATH="$(dirname "${SCRIPTSRC}" || echo .)" -- GitLab