Skip to content

Commit

Permalink
Bump electron builder
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 1, 2016
1 parent 1a7ff7c commit 4cbfffe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,6 @@ gulp.task('sync-meta', function() {
appPackageJson.version = packageJson.version;
appPackageJson.description = packageJson.description;
appPackageJson.author = packageJson.author;
appPackageJson.license = packageJson.license;
appPackageJson.license = "Apache-2.0";
fs.writeFileSync('./src/package.json', JSON.stringify(appPackageJson, null, ' ') + '\n');
});
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
"name": "Yuya Ochiai",
"email": "[email protected]"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.2.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mattermost/desktop.git"
},
"scripts": {
"install": "cd src && npm install",
"postinstall": "npm run build",
Expand All @@ -24,7 +27,7 @@
"package:windows": "gulp package:windows",
"package:osx": "gulp package:osx",
"package:linux": "gulp build && build --platform linux --arch all && npm run linux-additions",
"linux-additions": "cp resources/icon.png resources/linux/create_desktop_file.sh release/linux/ && cp resources/icon.png resources/linux/create_desktop_file.sh release/linux-ia32/",
"linux-additions": "mkdir -p resources/linux && cp resources/icon.png resources/linux/create_desktop_file.sh release/linux/ && cp resources/icon.png resources/linux/create_desktop_file.sh release/linux-ia32/",
"package:all": "gulp package:all",
"prettify": "gulp prettify",
"installer": "node ./script/installer.js"
Expand All @@ -36,7 +39,7 @@
"chai": "^3.5.0",
"chai-as-promised": "^5.3.0",
"devtron": "^1.3.0",
"electron-builder": "5.2.1",
"electron-builder": "7.9.0",
"electron-connect": "~0.3.9",
"electron-packager": "^7.0.1",
"electron-prebuilt": "1.2.8",
Expand Down

0 comments on commit 4cbfffe

Please sign in to comment.