diff --git a/app/electron-builder.json b/app/electron-builder.json index 183a09d..8fcf940 100644 --- a/app/electron-builder.json +++ b/app/electron-builder.json @@ -19,7 +19,8 @@ "win": { "target": "nsis", "icon": "frontend/public/favicon.ico", - "requestedExecutionLevel": "asInvoker" + "requestedExecutionLevel": "asInvoker", + "console": false }, "nsis": { "oneClick": false,