Skip to content

Commit 8eab0d9

Browse files
authored
Update index.js
1 parent 2297a7e commit 8eab0d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ const runAction = () => {
126126
}
127127

128128
log(`Building${release ? " and releasing" : ""} the Electron app…`);
129-
const cmd = useVueCli ? "vue-cli-service electron:build" : "quasar build -m electron --debug";
129+
const cmd = useVueCli ? "vue-cli-service electron:build" : "quasar build -m electron";
130130
for (let i = 0; i < maxAttempts; i += 1) {
131131
try {
132132
run(

0 commit comments

Comments
 (0)