aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-23 20:17:29 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-23 20:17:29 +0100
commitd269249aebb32465dccf66c030a5993f18e4fbfd (patch)
treece79cd0de480068dfba3c5ff763971ad46481293 /gulpfile.babel.js
parentImprove feature list (#488) (diff)
downloadferdium-app-d269249aebb32465dccf66c030a5993f18e4fbfd.tar.gz
ferdium-app-d269249aebb32465dccf66c030a5993f18e4fbfd.tar.zst
ferdium-app-d269249aebb32465dccf66c030a5993f18e4fbfd.zip
Support new recipe repository hierarchy (#492)
Diffstat (limited to 'gulpfile.babel.js')
-rw-r--r--gulpfile.babel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index dda198c18..bf3b85083 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -41,7 +41,7 @@ const paths = {
41 tmp: '.tmp', 41 tmp: '.tmp',
42 package: `out/${config.version}`, 42 package: `out/${config.version}`,
43 recipes: { 43 recipes: {
44 src: 'recipes/*.tar.gz', 44 src: 'recipes/archives/*.tar.gz',
45 dest: 'build/recipes/', 45 dest: 'build/recipes/',
46 }, 46 },
47 recipeInfo: { 47 recipeInfo: {