commit
4a011c2e6b
|
@ -48,11 +48,11 @@
|
||||||
"prettier --write"
|
"prettier --write"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"productName": "Safe Electron",
|
"productName": "Safe Multisig",
|
||||||
"build": {
|
"build": {
|
||||||
"appId": "io.gnosis.safe.macos",
|
"appId": "io.gnosis.safe.macos",
|
||||||
"afterSign": "scripts/notarize.js",
|
"afterSign": "scripts/notarize.js",
|
||||||
"productName": "Safe Electron",
|
"productName": "Safe Multisig",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
"publish": [
|
"publish": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -144,7 +144,7 @@ app.userAgentFallback = process.platform ==='win32' ?
|
||||||
app.commandLine.appendSwitch('ignore-certificate-errors');
|
app.commandLine.appendSwitch('ignore-certificate-errors');
|
||||||
app.on("ready", () =>{
|
app.on("ready", () =>{
|
||||||
// Hide the menu
|
// Hide the menu
|
||||||
//Menu.setApplicationMenu(null);
|
Menu.setApplicationMenu(null);
|
||||||
if(!isDev) createServer();
|
if(!isDev) createServer();
|
||||||
createWindow();
|
createWindow();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue