From ca155ff0aebbcb5078f30e723892e6fe48a6e5b6 Mon Sep 17 00:00:00 2001 From: Arnaud Ligny Date: Sat, 14 Sep 2024 04:00:55 +0200 Subject: [PATCH] Update deploy-dist.sh --- scripts/deploy-dist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/deploy-dist.sh b/scripts/deploy-dist.sh index 0cc83cb3..f31362ed 100644 --- a/scripts/deploy-dist.sh +++ b/scripts/deploy-dist.sh @@ -11,7 +11,7 @@ TARGET_RELEASE_DIR="download/$VERSION" TARGET_DIST_DIR="static" DIST_FILE="cecil.phar" DIST_FILE_SHA1="cecil.phar.sha1" -SCOOP_FILE_JSON="scoop.json" +SCOOP_FILE_JSON="cecil.json" TARGET_PAGES_DIR="pages" USER_NAME=$GITHUB_ACTOR USER_EMAIL="${GITHUB_ACTOR}@cecil.app" @@ -48,7 +48,7 @@ echo $VERSION > VERSION rm -f $SCOOP_FILE_JSON cat <> $SCOOP_FILE_JSON { - "description": "Your content driven static site generator.", + "description": "A simple and powerful content-driven static site generator.", "homepage": "https://cecil.app", "license": "MIT", "bin": "$DIST_FILE",