diff --git a/neo3-gui/neo3-gui/ClientApp/package.json b/neo3-gui/neo3-gui/ClientApp/package.json index b028b440..90586213 100644 --- a/neo3-gui/neo3-gui/ClientApp/package.json +++ b/neo3-gui/neo3-gui/ClientApp/package.json @@ -39,8 +39,8 @@ "prod": "npm run build && npm run start-electron-prod" }, "build": { - "appId": "neo.ngd", - "productName": "neo-gui-demo", + "appId": "neo.ngd.neo-gui", + "productName": "Neo-GUI", "extends": null, "directories": { "output": "build-electron" @@ -60,9 +60,33 @@ "target": "nsis", "icon": "public/logo512.png" }, + "mac": { + "target": [ + "dmg" + ], + "icon": "public/logo512.png" + }, + "linux": { + "icon": "public/logo512.png" + }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true + }, + "dmg": { + "contents": [ + { + "x": 410, + "y": 150, + "type": "link", + "path": "/Applications" + }, + { + "x": 130, + "y": 150, + "type": "file" + } + ] } }, "eslintConfig": { @@ -89,4 +113,4 @@ "electron": "^7.1.14", "electron-builder": "^22.4.1" } -} +} \ No newline at end of file diff --git a/neo3-gui/neo3-gui/ClientApp/public/index.html b/neo3-gui/neo3-gui/ClientApp/public/index.html index e371257b..9ff276d4 100644 --- a/neo3-gui/neo3-gui/ClientApp/public/index.html +++ b/neo3-gui/neo3-gui/ClientApp/public/index.html @@ -25,7 +25,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> -