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

Loading…
Cancel
Save