Skip to content

Commit

Permalink
Merge pull request #1023 from particl/desktop-debian
Browse files Browse the repository at this point in the history
fix debian .desktop +builds -mac -win +request
  • Loading branch information
kewde committed Jul 24, 2018
2 parents 078017f + ce7b3ab commit 73b7758
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions package.json
Expand Up @@ -8,6 +8,7 @@
"particl",
"angular2",
"angular4",
"angular5",
"angular-cli",
"electron",
"webpack",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -94,6 +95,7 @@
"linux": {
"maintainer": "particl contributors <hello@particl.io>",
"artifactName": "${name}-${version}-${os}-${arch}.${ext}",
"executableName": "particl-desktop-alpha",
"target": [
{
"target": "deb",
Expand All @@ -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",
Expand Down

0 comments on commit 73b7758

Please sign in to comment.