mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 08:10:05 +00:00
Add user-setup script overrides for Linux
This commit is contained in:
parent
c36144bab3
commit
c9d1e4cd08
3 changed files with 18 additions and 0 deletions
|
|
@ -4,6 +4,11 @@ script_dir="$(dirname "$(readlink -f "$0")")"
|
|||
# Import common paths
|
||||
source "${script_dir}/common-paths.sh"
|
||||
|
||||
# Load custom build settings
|
||||
if [ -f "${script_dir}/user-setup.sh" ]; then
|
||||
source "${script_dir}/user-setup.sh"
|
||||
fi
|
||||
|
||||
# Activate Python Virtual Environment
|
||||
if [ -n "${venv_path:-}" ]; then
|
||||
python -m venv "${venv_path}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue