mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-08-19 23:47:14 +00:00
fix: use updated branding for build-linux.sh install directory
This commit is contained in:
parent
05c492d6d4
commit
46d103a332
|
|
@ -5,7 +5,7 @@ SOURCE_DIR="${1:-.}"
|
||||||
BUILD_CI="${BUILD_CI:-0}"
|
BUILD_CI="${BUILD_CI:-0}"
|
||||||
BUILD_TYPE="${2:-Release}"
|
BUILD_TYPE="${2:-Release}"
|
||||||
XWIN_CACHE="${XWIN_CACHE:-$PWD/.xwin}"
|
XWIN_CACHE="${XWIN_CACHE:-$PWD/.xwin}"
|
||||||
INSTALL_DIR="${INSTALL_PREFIX:-$HOME/.local/share/evolved-lce}"
|
INSTALL_DIR="${INSTALL_PREFIX:-$HOME/.local/share/neoLegacy}"
|
||||||
RED='\033[0;31m'
|
RED='\033[0;31m'
|
||||||
GREEN='\033[0;32m'
|
GREEN='\033[0;32m'
|
||||||
YELLOW='\033[1;33m'
|
YELLOW='\033[1;33m'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue