Merge pull request #339 from yuya-oc/simplify-build-commands

Use only electron-builder to package the app
This commit is contained in:
Yuya Ochiai
2016-10-27 20:43:21 +09:00
committed by GitHub
8 changed files with 102 additions and 172 deletions

View File

@@ -1,14 +1,15 @@
{
"name": "mattermost",
"name": "mattermost-desktop",
"productName": "Mattermost",
"desktopName": "Mattermost.desktop",
"version": "3.4.1",
"description": "Mattermost Desktop application for Windows, Mac and Linux",
"description": "Mattermost",
"main": "main.js",
"author": {
"name": "Yuya Ochiai",
"email": "yuya0321@gmail.com"
},
"homepage": "https://about.mattermost.com",
"license": "Apache-2.0",
"devDependencies": {
"electron-connect": "~0.6.0"