Skip to content

Commit

Permalink
removing arm build from default linux, adding command for arm, correc…
Browse files Browse the repository at this point in the history
…ting non existing desktop category, fixing typo in mac build category
  • Loading branch information
pciavald committed Jan 23, 2018
1 parent b558cbd commit e44d12f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -31,6 +31,7 @@
"start:electron": "npm run build:electron && electron .",
"package:mac": "npm run build:electron:prod && electron-builder -m",
"package:linux": "npm run build:electron:prod && electron-builder -l",
"package:linux:arm": "npm run build:electron:prod && electron-builder -l --armv7l",
"package:win": "npm run build:electron:prod && electron-builder --win --x64",
"package": "npm run build:electron:prod && electron-builder -ml && npm run package:win",
"coveralls": "cat ./coverage/lcov.info | node ./node_modules/coveralls/bin/coveralls.js",
Expand All @@ -54,7 +55,7 @@
],
"mac": {
"artifactName": "${name}-${version}-${os}.${ext}",
"appCategoryType": "public.app-category.wallet",
"category": "public.app-category.wallet",
"target": [
"dmg",
"zip"
Expand Down Expand Up @@ -96,8 +97,7 @@
{
"target": "tar.gz",
"arch": [
"x64",
"armv7l"
"x64"
]
}
],
Expand All @@ -112,7 +112,7 @@
"Type": "Application",
"Categories": "P2P;Finance;Security"
},
"category": "ecommerce",
"category": "Finance",
"packageCategory": "wallet",
"icon": "resources/linux"
},
Expand Down

0 comments on commit e44d12f

Please sign in to comment.