Skip to content

Commit 5cdc167

Browse files
committed
chore: create dist build
1 parent 9811ba0 commit 5cdc167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26084,7 +26084,7 @@ async function run() {
2608426084
const cmd = useVueCli
2608526085
? 'vue-cli-service electron:build'
2608626086
: 'electron-builder';
26087-
for (let i = 1; i < maxAttempts; i++) {
26087+
for (let i = 0; i < maxAttempts; i++) {
2608826088
try {
2608926089
await (0, exec_1.exec)(`${pmCommands_1.pmCommands[pm].prefix} ${cmd} --${platform} ${release ? '--publish always' : ''} ${args}`, [], { cwd: pkgRoot });
2609026090
break;

0 commit comments

Comments
 (0)