Skip to content

Commit

Permalink
Merge 968d5b8 into e4e9278
Browse files Browse the repository at this point in the history
  • Loading branch information
pciavald committed Jan 17, 2018
2 parents e4e9278 + 968d5b8 commit b960584
Showing 1 changed file with 32 additions and 6 deletions.
38 changes: 32 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"compodoc": "compodoc -p tsconfig.json -d docs",
"generate-release": "node ./modules/clientBinaries/generateVersions.js"
},
"productName": "Particl Wallet",
"productName": "Particl",
"build": {
"electronVersion": "1.7.10",
"appId": "io.particl.partgui",
Expand All @@ -53,6 +53,7 @@
"resources/**"
],
"mac": {
"artifactName": "${name}-${version}-${os}-${arch}",
"category": "public.app-category.wallet",
"target": [
"dmg",
Expand All @@ -64,16 +65,41 @@
"oneClick": false
},
"win": {
"artifactName": "${name}-${version}-${os}-${arch}",
"target": [
"nsis",
"zip"
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
},
{
"target": "zip",
"arch": [
"x64",
"ia32"
]
}
]
},
"linux": {
"maintainer": "particl contributors <hello@particl.io>",
"artifactName": "${name}-${version}-${os}-${arch}",
"target": [
"deb",
"tar.gz"
{
"target": "deb",
"arch": [
"x64"
]
},
{
"target": "tar.gz",
"arch": [
"x64",
"armv7l"
]
}
],
"desktop": {
"Comment": "Particl, P2P Privacy project",
Expand All @@ -84,7 +110,7 @@
"StartupNotify": "true",
"Terminal": "false",
"Type": "Application",
"Categories": "P2P;Development;Finance"
"Categories": "P2P;Finance;Security"
},
"category": "ecommerce",
"packageCategory": "wallet",
Expand Down

0 comments on commit b960584

Please sign in to comment.