From 094d225ca37b0d9cfdca8137e0bc6b0d566d9096 Mon Sep 17 00:00:00 2001 From: Andrey Onishchenko Date: Mon, 29 Jan 2024 22:32:18 +0300 Subject: [PATCH] fix to repack.sh --- repack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repack.sh b/repack.sh index b62820e..21217d5 100755 --- a/repack.sh +++ b/repack.sh @@ -99,7 +99,7 @@ mv tmp_package.json package.json echo "Updated license field in package.json" version=$(jq -r .version package.json) -jq '. + icon: {"48x48": "build/next-desktop/favicon.png", "scalable": "build/next-desktop/favicon.svg"}' package.json > tmp_package.json +jq '. + {icon: {"48x48": "build/next-desktop/favicon.png", "scalable": "build/next-desktop/favicon.svg"}}' package.json > tmp_package.json mv tmp_package.json package.json echo "Updated icon field in package.json"