Skip to content

Commit b03afff

Browse files
committed
bump up version to 0.4.5 and change codesign path
1 parent 77f9e60 commit b03afff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "boost",
3-
"version": "0.4.4-rc",
3+
"version": "0.4.5-rc",
44
"description": "Boost App",
55
"main": "index.js",
66
"scripts": {
77
"start": "BOOST_ENV=development electron ./main.js",
88
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
99
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
1010
"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\"",
11-
"codesign:osx": "codesign --verbose --deep --force --sign \"TG7C97ZRU2\" Boost-darwin-x64/Boost.app",
11+
"codesign:osx": "codesign --verbose --deep --force --sign \"TG7C97ZRU2\" dist/Boost-darwin-x64/Boost.app",
1212
"build:osx": "electron-builder \"dist/Boost-darwin-x64/Boost.app\" --platform=osx --out=\"dist\" --config=\"./builder-config.json\"",
1313
"release": "electron-release --app=\"dist/Boost-darwin-x64/Boost.app\" --token=$(cat .env/.github-token) --repo=\"BoostIO/boost-releases\""
1414
},

0 commit comments

Comments
 (0)