Icon branding
BIN
indra/newview/installers/windows/install_icon_singularity.ico
Normal file
|
After Width: | Height: | Size: 2.2 KiB |
@@ -3332,7 +3332,7 @@ void LLVOAvatar::idleUpdateWindEffect()
|
|||||||
bool LLVOAvatar::updateClientTags()
|
bool LLVOAvatar::updateClientTags()
|
||||||
{
|
{
|
||||||
std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_definitions.xml");
|
std::string client_list_filename = gDirUtilp->getExpandedFilename(LL_PATH_USER_SETTINGS, "client_definitions.xml");
|
||||||
LLSD response = LLHTTPClient::blockingGet("http://viewertags.com/app/client_list.xml");
|
LLSD response = LLHTTPClient::blockingGet("http://46.4.144.79/client_definitions.xml");
|
||||||
if(response.has("body"))
|
if(response.has("body"))
|
||||||
{
|
{
|
||||||
const LLSD &client_list = response["body"];
|
const LLSD &client_list = response["body"];
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 256 KiB After Width: | Height: | Size: 256 KiB |
|
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 2.2 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 48 KiB |
@@ -662,7 +662,7 @@ class LinuxManifest(ViewerManifest):
|
|||||||
return 'singularity-do-not-run-directly'
|
return 'singularity-do-not-run-directly'
|
||||||
|
|
||||||
def icon_name(self):
|
def icon_name(self):
|
||||||
return "snowglobe_icon.png"
|
return "singularity_icon.png"
|
||||||
|
|
||||||
def package_finish(self):
|
def package_finish(self):
|
||||||
if 'installer_name' in self.args:
|
if 'installer_name' in self.args:
|
||||||
|
|||||||