1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-28 01:00:13 +02:00

manifest fixes

This commit is contained in:
Kushagra Gour
2018-06-22 12:38:00 +05:30
parent 9b8fb30b56
commit 7cd3902898
12 changed files with 55 additions and 23 deletions

View File

@@ -40,7 +40,8 @@ gulp.task('copyFiles', function() {
'src/detached-window.js',
'src/icon-48.png',
'src/icon-128.png',
'src/patreon.png'
'src/patreon.png',
'manifest.json'
])
.pipe(gulp.dest('app')),