Commented auto-update line
This commit is contained in:
parent
fd2a2f25ad
commit
e2b123b56a
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,9 @@ function onLinkContextMenu(ev, params) {
|
||||||
}
|
}
|
||||||
|
|
||||||
electron.app.on('ready', () => {
|
electron.app.on('ready', () => {
|
||||||
|
// Enable auto-update once we can codesign on OS X
|
||||||
|
//electron.autoUpdater.setFeedURL("http://localhost:8888/");
|
||||||
|
|
||||||
mainWindow = new electron.BrowserWindow({
|
mainWindow = new electron.BrowserWindow({
|
||||||
icon: `${__dirname}/../../vector/img/logo.png`,
|
icon: `${__dirname}/../../vector/img/logo.png`,
|
||||||
width: 1024, height: 768,
|
width: 1024, height: 768,
|
||||||
|
|
Loading…
Add table
Reference in a new issue