diff --git a/package.json b/package.json index b9f31c2..d71ecef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "json-tool", - "version": "0.4.0", + "version": "0.5.0", "homepage": "./", "private": true, "main": "electron.js", @@ -94,7 +94,8 @@ "productName":"json-tool", "appId": "org.marabesi.json-tool", "linux": { - "category": "Utility" + "category": "Utility", + "icon": "logo512.png" } }, "jest": { diff --git a/public/electron.js b/public/electron.js index 3d6d844..364194c 100644 --- a/public/electron.js +++ b/public/electron.js @@ -11,6 +11,7 @@ function createWindow () { height: 600, show: false, icon: `${__dirname}/logo512.png`, + autoHideMenuBar: true, webPreferences: { nodeIntegration: true }