aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-17 01:38:50 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-17 01:38:50 +0530
commitfc58230e6d229acb0573fc10b6fc4fd451c87c9c (patch)
treef26a9b8abe0625da06c0d5d1216c8faa34be160c /scripts
parentChanged license filename and the new license-holders (diff)
downloadferdium-recipes-fc58230e6d229acb0573fc10b6fc4fd451c87c9c.tar.gz
ferdium-recipes-fc58230e6d229acb0573fc10b6fc4fd451c87c9c.tar.zst
ferdium-recipes-fc58230e6d229acb0573fc10b6fc4fd451c87c9c.zip
Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)
Diffstat (limited to 'scripts')
-rw-r--r--scripts/create.js4
-rw-r--r--scripts/package.js1
2 files changed, 3 insertions, 2 deletions
diff --git a/scripts/create.js b/scripts/create.js
index 6ba1ee4..0030cfa 100644
--- a/scripts/create.js
+++ b/scripts/create.js
@@ -89,6 +89,6 @@ const pascalCasedName = toPascalCase(recipe); // PascalCased recipe ID only cont
89 89
90What's next? 90What's next?
91- Make sure you restart Ferdi in order for the recipe to show up 91- Make sure you restart Ferdi in order for the recipe to show up
92- Customise "webview.js", "package.json" and "icon.svg" (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#recipe-structure) 92- Customise "webview.js", "package.json" and "icon.svg" (see https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md#recipe-structure)
93- Publish your recipe (see https://github.com/getferdi/recipes/blob/master/docs/integration.md#publishing)`); 93- Publish your recipe (see https://github.com/ferdium/ferdium-recipes/blob/master/docs/integration.md#publishing)`);
94})(); 94})();
diff --git a/scripts/package.js b/scripts/package.js
index ea4c0b9..2a03dde 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -10,6 +10,7 @@ const pkgVersionChangedMatcher = new RegExp(/\n\+.*version.*/);
10 10
11// Publicly availible link to this repository's recipe folder 11// Publicly availible link to this repository's recipe folder
12// Used for generating public icon URLs 12// Used for generating public icon URLs
13// TODO: Need to get this setup for ferdium
13const repo = 'https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/'; 14const repo = 'https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/';
14 15
15// Helper: Compress src folder into dest file 16// Helper: Compress src folder into dest file