Skip to content
This repository was archived by the owner on May 31, 2023. It is now read-only.

Commit b4c6f1a

Browse files
committed
remove run after install, devtools open
1 parent 063a329 commit b4c6f1a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
},
1414
"build": {
1515
"productName": "MicroSPAT",
16+
"appId": "com.greenhouse.microspat",
1617
"directories": {
1718
"app": "app",
1819
"output": "dist"
@@ -26,6 +27,9 @@
2627
},
2728
"win": {
2829
"target": "nsis"
30+
},
31+
"nsis": {
32+
"runAfterFinish": false
2933
}
3034
}
3135
}

src/electron/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function createWindow () {
4242
}));
4343

4444
// Open the DevTools.
45-
mainWindow.webContents.openDevTools()
45+
// mainWindow.webContents.openDevTools()
4646

4747
// Emitted when the window is closed.
4848
mainWindow.on('closed', function () {

0 commit comments

Comments
 (0)