Skip to content

Commit

Permalink
Fix asc provider
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Sep 2, 2019
1 parent dcd7ad3 commit e705489
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ target.darwin = async (args = []) => {
appBundleId: 'org.tropy.tropy',
appPath: app,
appleId,
appleIdPassword: '@keychain:TROPY_DEV_PASSWORD'
appleIdPassword: '@keychain:TROPY_DEV_PASSWORD',
ascProvider: 'CorporationforDigitalScholarship'
})
} else {
say('apple id missing, skipping notarization...')
Expand Down

0 comments on commit e705489

Please sign in to comment.