Skip to content
Snippets Groups Projects
Commit 387e20dd authored by Wumbo's avatar Wumbo
Browse files

Add proper descriptions

parent 1d19656d
Branches main
No related merge requests found
Pipeline #435 passed with stages
in 6 minutes and 14 seconds
......@@ -38,9 +38,11 @@ pack-logo-sets:
for folder in ${folders[@]}; do
7z a $folder.zip ./$folder/*
name=$(dir -N $folder)
description=$(sed -sn 1p ./meta/${folder}.meta)
description=$(echo ${description:12:999} | tr -d '\r\n')
jq --null-input \
--arg name "$name" \
--arg desc "Logo set for the launcher." \
--arg desc "$description" \
--arg date $(date +%s) \
--arg download $(du -b ${folder}.zip | awk '{print $1}') \
--arg install $(7z l ${folder}.zip | tail -n 1 | awk '{print $3}') \
......
description=Makes logos resemble the icons of Adobe Creative Cloud applications.
\ No newline at end of file
description=Makes logos resemble the icons of Mac OS Classic applications.
\ No newline at end of file
description=Makes logos resemble the icons of old Windows applications.
\ No newline at end of file
description=Changes logos to their oldest versions.
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment