1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

bump up version to 0.4.5 and change codesign path

This commit is contained in:
Rokt33r
2015-12-05 06:04:31 +09:00
parent 77f9e60177
commit b03afff994

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.4.4-rc",
"version": "0.4.5-rc",
"description": "Boost App",
"main": "index.js",
"scripts": {
@@ -8,7 +8,7 @@
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
"pack:osx": "electron-packager ./ Boost --app-version=$npm_package_version $npm_package_config_platform $npm_package_config_version $npm_package_config_ignore --overwrite --out=\"dist\"",
"codesign:osx": "codesign --verbose --deep --force --sign \"TG7C97ZRU2\" Boost-darwin-x64/Boost.app",
"codesign:osx": "codesign --verbose --deep --force --sign \"TG7C97ZRU2\" dist/Boost-darwin-x64/Boost.app",
"build:osx": "electron-builder \"dist/Boost-darwin-x64/Boost.app\" --platform=osx --out=\"dist\" --config=\"./builder-config.json\"",
"release": "electron-release --app=\"dist/Boost-darwin-x64/Boost.app\" --token=$(cat .env/.github-token) --repo=\"BoostIO/boost-releases\""
},