1
0
mirror of https://gitlab.com/ceda_ei/firefox-web-apps synced 2025-04-19 18:56:53 +02:00

Compare commits

..

No commits in common. "ffcdeedbc99f25dc322471ceabd323aa730bffcf" and "d1da79185823130d294613baf701ace04588fee3" have entirely different histories.

3 changed files with 1 additions and 6 deletions

3
.gitignore vendored
View File

@ -1,4 +1 @@
.firefox_profile .firefox_profile
__pycache__/
icons/
bin/

View File

@ -1,2 +0,0 @@
beautifulsoup4>=4.0
requests>=2.0

View File

@ -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/icons" ICON_DIR="$REPO_DIR/icon"
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: