File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22node_modules /*
33! node_modules /boost
44Boost-darwin-x64 /
5- backup /
65compiled
Original file line number Diff line number Diff line change 88 "webpack" : " webpack-dev-server --hot --inline --config webpack.config.js" ,
99 "compile" : " NODE_ENV=production webpack --config webpack.config.production.js" ,
1010 "build" : " electron-packager ./ Boost --app-version=$npm_package_version $npm_package_config_platform $npm_package_config_version $npm_package_config_ignore --overwrite --asar" ,
11- "codesign" : " codesign --verbose --deep --force --sign \" MAISIN solutions Inc.\" Boost-darwin-x64/Boost.app"
11+ "codesign" : " codesign --verbose --deep --force --sign \" TG7C97ZRU2\" Boost-darwin-x64/Boost.app" ,
12+ "release" : " electron-release --app=\" /Users/dickchoi/Boost/boost-app/Boost-darwin-x64/Boost.app\" --token=$(cat .env/.github-token) --repo=\" BoostIO/boost-releases\" "
1213 },
1314 "config" : {
1415 "version" : " --version=0.35.1 --app-bundle-id=com.maisin.boost" ,
1516 "platform" : " --platform=darwin --arch=x64 --prune --icon=resources/app.icns" ,
16- "ignore" : " --ignore=Boost-darwin-x64 --ignore=node_modules/devicon/icons --ignore=submodules/ace/(?!src-min)|submodules/ace/(?=src-min-noconflict)"
17+ "ignore" : " --ignore=.env --ignore= Boost-darwin-x64 --ignore=node_modules/devicon/icons --ignore=submodules/ace/(?!src-min)|submodules/ace/(?=src-min-noconflict)"
1718 },
1819 "repository" : {
1920 "type" : " git" ,
5657 "css-loader" : " ^0.19.0" ,
5758 "electron-packager" : " ^5.1.0" ,
5859 "electron-prebuilt" : " ^0.35.1" ,
60+ "electron-release" : " ^2.2.0" ,
5961 "nib" : " ^1.1.0" ,
6062 "react" : " ^0.14.0" ,
6163 "react-dom" : " ^0.14.0" ,
You can’t perform that action at this time.
0 commit comments