diff --git a/package.json b/package.json index fb7da571..0d79bd68 100644 --- a/package.json +++ b/package.json @@ -32,8 +32,8 @@ }, "browserslist": "electron 1.6", "build": { - "productName": "ElectronReact", - "appId": "org.develar.ElectronReact", + "productName": "Zap", + "appId": "org.develar.Zap", "files": [ "dist/", "node_modules/", @@ -43,6 +43,7 @@ "package.json" ], "dmg": { + "icon": "./resources/zap_2.icns", "contents": [ { "x": 130, @@ -57,6 +58,7 @@ ] }, "win": { + "icon": "./resources/zap_2.ico", "target": [ "nsis" ] @@ -74,12 +76,12 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/chentsulin/electron-react-boilerplate.git" + "url": "git+https://github.com/LN-Zap/zap-desktop" }, - "author": "C. T. Lin (https://github.com/chentsulin)", + "author": "Jack Mallers (https://github.com/chentsulin)", "license": "MIT", "bugs": { - "url": "https://github.com/chentsulin/electron-react-boilerplate/issues" + "url": "https://github.com/LN-Zap/zap-desktop/issues" }, "keywords": [ "electron", @@ -92,7 +94,7 @@ "hot", "reload" ], - "homepage": "https://github.com/chentsulin/electron-react-boilerplate#readme", + "homepage": "https://github.com/LN-Zap/zap-desktop#readme", "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/internals/mocks/fileMock.js",