Use api for flathub app id check to reduce build fails and speedup builds (#387)
This commit is contained in:
parent
2586223b3e
commit
0a11642c79
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ check_flatpak_id_validity_from_flathub () {
|
|||
USER_FLATHUB_REPO=""
|
||||
fi
|
||||
FLATHUB_REPO_LINK="https://dl.flathub.org/repo/flathub.flatpakrepo"
|
||||
URL="https://flathub.org/apps"
|
||||
URL="https://flathub.org/api/v2/stats"
|
||||
CONFIG_FILE="${1}"
|
||||
INSTALL_LEVEL="${2}"
|
||||
get_json_array INSTALL "try .$INSTALL_LEVEL.install[]" "${CONFIG_FILE}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue