Skip to content

Commit 0cc36a4

Browse files
committed
Fixed electron size, reduced to 80mb
1 parent a18491d commit 0cc36a4

File tree

3 files changed

+106
-30
lines changed

3 files changed

+106
-30
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ function createWindow() {
2222
width: size.width,
2323
height: size.height,
2424
frame: false,
25-
icon : 'src/assets/icons/ic_launcher_round.png',
25+
icon : 'dist/ic_launcher_round.png',
2626
webPreferences: {
27-
devTools: false,
27+
devTools: true,
2828
webSecurity: false,
2929
nodeIntegration: true,
3030
allowRunningInsecureContent: (serve),

0 commit comments

Comments
 (0)