We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455610e commit a4c72a9Copy full SHA for a4c72a9
1 file changed
package.json
@@ -7,8 +7,8 @@
7
"start": "BOOST_ENV=development electron ./main.js",
8
"webpack": "webpack-dev-server --hot --inline --config webpack.config.js",
9
"compile": "NODE_ENV=production webpack --config webpack.config.production.js",
10
- "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\" --sign=\"Developer ID Application: MAISIN&CO., Inc. (TG7C97ZRU2)\"",
11
- "codesign:osx": "codesign --verbose --deep --force --sign \"TG7C97ZRU2\" dist/Boost-darwin-x64/Boost.app",
+ "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": "codesign --verbose --deep --force --sign \"MAISIN solutions Inc.\" dist/Boost-darwin-x64/Boost.app",
12
"build:osx": "electron-builder \"dist/Boost-darwin-x64/Boost.app\" --platform=osx --out=\"dist\" --config=\"./builder-config.json\"",
13
"release": "electron-release --app=\"dist/Boost-darwin-x64/Boost.app\" --token=$(cat .env/.github-token) --repo=\"BoostIO/boost-releases\""
14
},
0 commit comments