diff --git a/gulpfile.js b/gulpfile.js index eb2a18a..26d851f 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -3,8 +3,7 @@ const download = require("gulp-download"); const { createReadStream } = require('fs'); const { rm, mkdir } = require('shelljs'); const unzipper = require('unzipper'); -const puppeteerPath = './wwwroot/scripts/puppeteer/Win-901912'; - +const puppeteerPath = './wwwroot/puppeteer/Win-901912'; gulp.task('puppeteer-download', (done) => { mkdir('-p', `${puppeteerPath}`); download('https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/901912/chrome-win.zip')