Skip to content

Commit 3f4c255

Browse files
final 1.0 merge
2 parents 5f2053e + 2984068 commit 3f4c255

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

main.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const path = require('path');
1+
const path = require("path");
22

33
const {
44
app, BrowserWindow, Menu, shell, dialog, ipcMain,
@@ -67,11 +67,11 @@ const createWindow = () => {
6767
'node-Integration': false,
6868
},
6969
show: false,
70-
icon: path.join(__dirname, '/src/public/icons/mac/icon.icns'),
70+
icon: path.join(__dirname, "/src/public/icons/mac/icon.icns"),
7171
win: {
72-
icon: path.join(__dirname, '/src/public/icons/win/icon.ico'),
73-
target: ['portable'],
74-
},
72+
icon: path.join(__dirname, "/src/public/icons/win/icon.ico"),
73+
target: ["portable"]
74+
}
7575
});
7676

7777
// and load the index.html of the app.

0 commit comments

Comments
 (0)