mirror of
https://github.com/ironfox-oss/IronFox.git
synced 2026-04-20 23:20:27 -04:00
env_*.sh names are better suited since the scripts are used to set up environment variables
12 lines
297 B
Bash
12 lines
297 B
Bash
#!/bin/bash
|
|
|
|
# Caution: Should not be sourced directly!
|
|
# Use 'env_local.sh' or 'env_fdroid.sh' instead.
|
|
|
|
MOZ_CHROME_MULTILOCALE=$(<"$patches/locales")
|
|
export MOZ_CHROME_MULTILOCALE
|
|
|
|
export NSS_DIR="$application_services/libs/desktop/linux-x86-64/nss"
|
|
export NSS_STATIC=1
|
|
|
|
export env_source="true" |