Skip to content

Commit

Permalink
appid: Switch to checking via API again
Browse files Browse the repository at this point in the history
Summary parsing requires users to set up both Flathub stable and beta
remotes, which is a hard ask.
  • Loading branch information
bbhtt committed Jul 26, 2024
1 parent 1144d10 commit 059eb53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak_builder_lint/checks/appid.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _validate(self, appid: Optional[str], is_extension: bool) -> None:
return
if split[-1] == "Devel":
return
if domainutils.is_appid_on_flathub(appid):
if domainutils.is_app_on_flathub(appid):
return
if appid.startswith(domainutils.code_hosts):
if domainutils.get_proj_url(appid) is None:
Expand Down

0 comments on commit 059eb53

Please sign in to comment.