colorschemes: input files are JSON now

This commit is contained in:
Boris Faure 2020-09-28 23:24:07 +02:00
parent dedb851264
commit 0dc4e1014f
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ trap 'rm -f "$TMPFILE"' INT TERM HUP EXIT
for JSON in "$@"
do
# use the name, without extension as key in eet
KEY=$(basename "$JSON" ".desc")
KEY=$(basename "$JSON" ".json")
DESC="${KEY}.desc"
$JSON2DESC "$JSON" "$DESC"
$EET -e "$TMP_EET" "$KEY" "$DESC" "$COMPRESS"