chore(xod-client-electron): add second publisherName for electron-builder config

In #1555 we replaced it, but having both is a more bulletproof solution.
This commit is contained in:
Evgeny Kochetkov
2018-11-26 13:24:04 +03:00
parent c7fbe5a909
commit 6b3ef8d65e

View File

@@ -96,7 +96,7 @@
"category": "public.app-category.developer-tools"
},
"win": {
"publisherName": "Amperka, OOO",
"publisherName": ["AMPERKA, OOO", "Amperka, OOO"],
"target": [
"nsis"
]