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:
parent
58fddc4e9d
commit
167f54f37f
1 changed files with 2 additions and 5 deletions
|
@ -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…
Add table
Reference in a new issue