mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 09:56:25 +00:00
Update build.ts
This commit is contained in:
parent
74768250d4
commit
77f3f22ebd
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ const path = `${dir}/${file}`;
|
|||
!existsSync(dir) && mkdirSync(dir);
|
||||
|
||||
const output = createWriteStream(`${__dirname}/../${path}`);
|
||||
|
||||
const archive = archiver('zip');
|
||||
|
||||
archive.on('error', (error) => {
|
||||
|
|
Loading…
Reference in a new issue