Update daily_README.yaml

This commit is contained in:
Alexandre
2022-12-02 20:27:05 +01:00
committed by GitHub
parent 650cfda0c0
commit 08877ce9cd

View File

@@ -82,6 +82,7 @@ jobs:
if [ -f "$f/oldname" ]; then FOLDERNAME="$(cat "$f/oldname")"; else FOLDERNAME="$f"; fi
NAME=$(jq -r '.name' "$f/config.json")
DESCRIPTION=$(jq -r '.description' "$f/config.json")
SLUG=$(jq -r '.image' "$f/config.json" | awk -F 'alexbelgium/|-{arch' '{print $2}')
# Get icon
if [ "$(jq '.panel_icon' "$f/config.json")" != null ]; then
ICON="$(jq -r '.panel_icon' "$f/config.json")"