Skip to content

Commit f77d61d

Browse files
committed
build: correct a build directory path
1 parent 12f980d commit f77d61d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set NODE_ENV=production
55

66
echo Cleaning build folders...
77
if exist dist rmdir /s /q dist
8-
if exist build rmdir /s /q build
8+
if exist dist-electron rmdir /s /q dist-electron
99
if exist build rmdir /s /q build
1010

1111
echo Building helper binary...

0 commit comments

Comments
 (0)