diff --git a/package.json b/package.json index cfbbdca26..e0055f181 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "particl", "angular2", "angular4", + "angular5", "angular-cli", "electron", "webpack", @@ -46,7 +47,7 @@ "travis:test": "ng test --single-run --code-coverage", "start": "yarn run start:electron:fast" }, - "productName": "Particl Desktop", + "productName": "particl-desktop", "build": { "electronVersion": "1.7.13", "appId": "io.particl.desktop", @@ -94,6 +95,7 @@ "linux": { "maintainer": "particl contributors ", "artifactName": "${name}-${version}-${os}-${arch}.${ext}", + "executableName": "particl-desktop-alpha", "target": [ { "target": "deb", @@ -110,10 +112,10 @@ ], "desktop": { "Comment": "Particl, P2P Privacy ecosystem", - "Exec": "/opt/particl/particl %U", - "Icon": "particl", - "Name": "Particl", - "Path": "/opt/particl/", + "Exec": "particl-desktop %U", + "Icon": "particl-desktop", + "Name": "Particl Desktop", + "Path": "/opt/particl-desktop", "StartupNotify": "true", "Terminal": "false", "Type": "Application",