There was an error while loading. Please reload this page.
1 parent 12f980d commit f77d61dCopy full SHA for f77d61d
1 file changed
build.cmd
@@ -5,7 +5,7 @@ set NODE_ENV=production
5
6
echo Cleaning build folders...
7
if exist dist rmdir /s /q dist
8
-if exist build rmdir /s /q build
+if exist dist-electron rmdir /s /q dist-electron
9
if exist build rmdir /s /q build
10
11
echo Building helper binary...
0 commit comments