From be49a2626a471d33ac0803eb2b5afa1807e2e23e Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 10 Nov 2022 18:13:31 +0530 Subject: Added 'webview.js' as a mandatory file and fixed broken recipes --- scripts/package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/package.js') diff --git a/scripts/package.js b/scripts/package.js index c07f893..e1e3d5c 100644 --- a/scripts/package.js +++ b/scripts/package.js @@ -65,7 +65,7 @@ const compress = (src, dest) => for (let recipe of availableRecipes) { const recipeSrc = path.join(recipesFolder, recipe); - const mandatoryFiles = ['package.json', 'icon.svg']; + const mandatoryFiles = ['package.json', 'icon.svg', 'webview.js']; // Check that each mandatory file exists for (let file of mandatoryFiles) { -- cgit v1.2.3-70-g09d2