Skip to content
Snippets Groups Projects
Commit 47a4ce19 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

SH-2515 WIP - changed app name in linux updater, dir name in windows installer

parent 41d9ad5c
No related branches found
No related tags found
No related merge requests found
...@@ -573,7 +573,7 @@ def package_finish(self): ...@@ -573,7 +573,7 @@ def package_finish(self):
grid_vars_template = """ grid_vars_template = """
OutFile "%(installer_file)s" OutFile "%(installer_file)s"
!define INSTFLAGS "%(flags)s" !define INSTFLAGS "%(flags)s"
!define INSTNAME "SecondLifeViewer2" !define INSTNAME "SecondLifeViewer"
!define SHORTCUT "Second Life Viewer" !define SHORTCUT "Second Life Viewer"
!define URLNAME "secondlife" !define URLNAME "secondlife"
Caption "Second Life" Caption "Second Life"
......
#! /bin/bash #! /bin/bash
INSTALL_DIR=$(cd "$(dirname "$0")/.." ; pwd) INSTALL_DIR=$(cd "$(dirname "$0")/.." ; pwd)
export LD_LIBRARY_PATH="$INSTALL_DIR/lib" export LD_LIBRARY_PATH="$INSTALL_DIR/lib"
bin/linux-updater.bin --file "$1" --dest "$INSTALL_DIR" --name "Second Life Viewer 2" --stringsdir "$INSTALL_DIR/skins/default/xui/en" --stringsfile "strings.xml" bin/linux-updater.bin --file "$1" --dest "$INSTALL_DIR" --name "Second Life Viewer" --stringsdir "$INSTALL_DIR/skins/default/xui/en" --stringsfile "strings.xml"
if [ $? -ne 0 ] if [ $? -ne 0 ]
then echo $3 >> "$2" then echo $3 >> "$2"
......
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