blob: 3e053da880e68b4e9bec96b96056c899125c04cd (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/env bash
# Configuration variables shared between the release scripts in this directory.
# Where to download app installers locally during the release process.
# This value is also hardcoded into the `mullvad-release` binary and
# has to be in sync with that value
export ARTIFACT_DIR="artifacts"
|