Skip to content

Commit

Permalink
fix appstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Azathothas committed Nov 1, 2024
1 parent 778e37d commit 85e0e99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/hf_gen_meta_main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ echo -e "\n\n [+] Started Metadata Update at :: $(TZ='UTC' date +'%A, %Y-%m-%d (
web_url: (.web_url // "" | if . == null or . == "" then "" else . end),
build_script: (.build_script // "" | if . == null or . == "" then "" else . end),
build_log: (.build_log // "" | if . == null or . == "" then "" else . end),
appstream: (.appstream // "" | if . == null or . == "" then "" else . end),
category: (.category // "" | if . == null or . == "" then "" else . end),
desktop: (.desktop // "" | if . == null or . == "" then "" else . end),
icon: (.icon // "" | if . == null or . == "" then "" else . end),
Expand Down

0 comments on commit 85e0e99

Please sign in to comment.