mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 09:10:17 +02:00
extension: fix path for worker
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user