forgot the dot

This commit is contained in:
neoapps-dev 2026-03-28 21:58:01 +01:00
parent 11e84b17e0
commit 9e53cea7ff

View file

@ -3,7 +3,7 @@ set -euo pipefail
VERSION="0.0.0" # man we're using nightly :sob:
SOURCE_DIR="${1:-.}"
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}"
RED='\033[0;31m'
GREEN='\033[0;32m'