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.
pull/1/head
Scott Nonnenberg 7 years ago
parent 58fddc4e9d
commit 167f54f37f

@ -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"
},

Loading…
Cancel
Save