File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments