aboutsummaryrefslogtreecommitdiffstats
path: root/gulpfile.babel.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-04-17 18:07:20 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2020-04-17 18:07:20 +0200
commitd3bea9800073f864cf407bf0c42ef7c299a91852 (patch)
treec0781876d677f51293333c18cbb637dafab203c2 /gulpfile.babel.js
parentMerge branch 'develop' (diff)
parentPrepare code (diff)
downloadferdium-app-d3bea9800073f864cf407bf0c42ef7c299a91852.tar.gz
ferdium-app-d3bea9800073f864cf407bf0c42ef7c299a91852.tar.zst
ferdium-app-d3bea9800073f864cf407bf0c42ef7c299a91852.zip
Merge branch 'develop'v5.5.0-gm
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: {