Remove unused build assets

Linux: deb (dropped zip)
Mac: zip (dropped dmg)
Windows: exe (dropped zip)

We can always re-add if people are relying on these things. But our
download links all point to these assets, so we'll generate and upload
only these for now.
This commit is contained in:
Scott Nonnenberg 2018-05-01 09:47:10 -07:00
parent 58fddc4e9d
commit 167f54f37f

View file

@ -152,7 +152,6 @@
}
],
"target": [
"dmg",
"zip"
],
"bundleVersion": "1"
@ -170,8 +169,7 @@
}
],
"target": [
"nsis",
"zip"
"nsis"
]
},
"nsis": {
@ -184,8 +182,7 @@
},
"asarUnpack": "node_modules/spellchecker/vendor/hunspell_dictionaries",
"target": [
"deb",
"zip"
"deb"
],
"icon": "build/icons/png"
},