mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-02-05 15:50:21 +08:00
Merge branch 'master' of https://github.com/JannisX11/blockbench
This commit is contained in:
commit
0c7a9c3a67
4
main.js
4
main.js
@ -2,7 +2,6 @@ const {app, BrowserWindow, Menu, ipcMain} = require('electron')
|
|||||||
const path = require('path')
|
const path = require('path')
|
||||||
const url = require('url')
|
const url = require('url')
|
||||||
const { autoUpdater } = require('electron-updater');
|
const { autoUpdater } = require('electron-updater');
|
||||||
const { arch, platform } = require('os');
|
|
||||||
|
|
||||||
let orig_win;
|
let orig_win;
|
||||||
|
|
||||||
@ -46,8 +45,7 @@ function createWindow(second_instance) {
|
|||||||
"type": "separator"
|
"type": "separator"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Quit",
|
"role": "quit"
|
||||||
"accelerator": "Command+Q"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user