This commit is contained in:
fred 2022-08-25 21:54:31 +02:00
parent 9a2fcdb771
commit 83ef4f979c
1 changed files with 3 additions and 2 deletions

View File

@ -168,11 +168,12 @@ convert -gravity northwest -pointsize 50 -fill black -draw "text 30,300 \"Ğ1 VO
echo "## Creation json tiddler : Qr${PEPPER} /ipfs/${IVOEU}" echo "## Creation json tiddler : Qr${PEPPER} /ipfs/${IVOEU}"
echo '[ echo '[
{ {
"title": "'Voeu${PEPPER}'", "title": "'${PEPPER}'",
"type": "'image/jpeg'", "type": "'image/jpeg'",
"ipns": "'/ipns/$VOEUXNS'", "ipns": "'/ipns/$VOEUXNS'",
"ipfs": "'/ipns/$IVOEUPLAY'",
"text": "'$TEXT'", "text": "'$TEXT'",
"tags": "'voeu ${PEPPER} qrcode'" "tags": "'voeu ${PEPPER}'"
} }
] ]
' > ~/.zen/game/world/$WISHKEY/${PEPPER}.voeu.json ' > ~/.zen/game/world/$WISHKEY/${PEPPER}.voeu.json