Skip to content

Commit 405ae4e

Browse files
committed
Clean unpacked Windows assets after build
1 parent a14ef53 commit 405ae4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflow/clean.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Fs.removeSync(Path.join(__dirname, '../static/reporters'))
77
Fs.removeSync(Path.join(__dirname, '../support/icons'))
88
Fs.removeSync(Path.join(__dirname, '../src/lib/reporters/phpunit/bootstrap'))
99
Fs.removeSync(Path.join(__dirname, '../build/mac'))
10+
Fs.removeSync(Path.join(__dirname, '../build/win-unpacked'))
1011
Fs.removeSync(distPath)
1112
Fs.mkdirsSync(distPath)
1213
Fs.mkdirsSync(electronPath)

0 commit comments

Comments
 (0)