Change icon dir to $REPO_DIR/icons
This commit is contained in:
parent
d1da791858
commit
946317aa76
2
setup.sh
2
setup.sh
|
@ -5,7 +5,7 @@ set -euo pipefail
|
||||||
|
|
||||||
REPO_DIR="$(dirname "$0")"
|
REPO_DIR="$(dirname "$0")"
|
||||||
BIN_DIR="$REPO_DIR/bin"
|
BIN_DIR="$REPO_DIR/bin"
|
||||||
ICON_DIR="$REPO_DIR/icon"
|
ICON_DIR="$REPO_DIR/icons"
|
||||||
FIRST_LAUNCH="https://gitlab.com/ceda_ei/firefox-web-apps/-/wikis/Getting-Started"
|
FIRST_LAUNCH="https://gitlab.com/ceda_ei/firefox-web-apps/-/wikis/Getting-Started"
|
||||||
HELP_TEXT="
|
HELP_TEXT="
|
||||||
Usage:
|
Usage:
|
||||||
|
|
Loading…
Reference in New Issue