1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-16 20:51:34 +02:00

extension: fix path for worker

This commit is contained in:
Kushagra Gour
2018-10-25 22:29:14 +05:30
parent 446294b00e
commit 7e58960fe9
2 changed files with 6 additions and 2 deletions

View File

@ -165,7 +165,7 @@ gulp.task('generate-service-worker', function(callback) {
});
gulp.task('packageExtension', function() {
child_process.execSync('cp -R app extension/');
child_process.execSync('cp -R app extension');
child_process.execSync('cp src/manifest.json extension');
child_process.execSync('cp src/options.js extension');
child_process.execSync('cp src/options.html extension');