Skip to content
Snippets Groups Projects
Commit 8fd6f9a9 authored by JennaHuntsman's avatar JennaHuntsman
Browse files

Smol cleanup and some extra nice portability features.

parent 86300288
No related branches found
No related tags found
Loading
#!/bin/bash
VIEWERNAME="Alchemy" #Store the viewer's name as a variable, for portability. This should be correctly capitalized.
VIEWERNAME="@VIEWER_CHANNEL_BASE@" #This should be the viewer's canonical base name, e.g. Second Life, Firestorm, Alchemy, etc. Handled by cmake.
# 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="@VIEWER_CHANNEL_TYPE@" #TODO: Make cmake handle channel name autofill
CHANNELNAME="@VIEWER_CHANNEL_TYPE@ @VIEWER_PROJECT_CODENAME@" #Use cmake to autofill the channel type (alpha, beta, release), and any project codename.
SCRIPTSRC="$(readlink -f "$0" || echo "$0")"
RUN_PATH="$(dirname "${SCRIPTSRC}" || echo .)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment