Skip to content

Commit

Permalink
Add block to set notarization variables
Browse files Browse the repository at this point in the history
  • Loading branch information
mbacchi committed Oct 21, 2019
1 parent 1a2628f commit 5813632
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/createDist.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ const createDist = (buildConfig = config.defaultBuildConfig, options) => {
config.buildConfig = buildConfig
config.update(options)

if (config.notarize)
if (config.notarize) {
notarize = config.notarize
notary_user = config.notary_user
notary_password = config.notary_password
}

util.updateBranding()
fs.removeSync(path.join(config.outputDir, 'dist'))
Expand Down

0 comments on commit 5813632

Please sign in to comment.