Skip to content

Commit

Permalink
Limit amount of Linux build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Mar 28, 2018
1 parent be6546d commit 147d275
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -19,7 +19,7 @@
"analyze-bundles": "webpack --config ./config/webpack.config.analyze",
"test-live": "npm test -- --auto-watch --no-single-run",
"start": "electron ./app/",
"dist": "build --ia32 --x64 --armv7l --publish onTag",
"dist": "build --ia32 --x64 --publish onTag",
"dist:win": "build --win --ia32 --x64 --publish onTag",
"dist:mac": "build --mac",
"dist:linux": "build --linux --ia32 --x64 --armv7l",
Expand Down Expand Up @@ -196,10 +196,7 @@
],
"linux": {
"target": [
"AppImage",
"deb",
"rpm",
"tar.gz"
"AppImage"
],
"desktop": {
"MimeType": "application/lisk;x-scheme-handler/lisk"
Expand Down

0 comments on commit 147d275

Please sign in to comment.