aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar dqos <8611981+dqos@users.noreply.github.com>2022-05-02 09:07:13 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-02 06:43:19 -0500
commitf68627c5d9d86c713b8cc31d7691ab28d3532a43 (patch)
tree39aed5b66d3651a309944fa6a0557f853d239250
parentUpdate node modules (diff)
downloadferdium-recipes-f68627c5d9d86c713b8cc31d7691ab28d3532a43.tar.gz
ferdium-recipes-f68627c5d9d86c713b8cc31d7691ab28d3532a43.tar.zst
ferdium-recipes-f68627c5d9d86c713b8cc31d7691ab28d3532a43.zip
New jsdelivr URL for FerdiumHEADmaster
-rw-r--r--scripts/package.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/package.js b/scripts/package.js
index 2a03dde..a679c4e 100644
--- a/scripts/package.js
+++ b/scripts/package.js
@@ -10,8 +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/ferdium/ferdium-recipes/recipes/';
14const repo = 'https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/';
15 14
16// Helper: Compress src folder into dest file 15// Helper: Compress src folder into dest file
17const compress = (src, dest) => 16const compress = (src, dest) =>