add settings for mas-dev build

This commit is contained in:
Christopher Willis-Ford 2020-05-22 15:19:28 -07:00
parent 229c42469d
commit 3cdcb199bd
3 changed files with 5 additions and 1 deletions

View file

@ -83,6 +83,7 @@ const calculateTargets = function () {
// Running them as separate passes means they both get signed.
// Seems like a bug in electron-builder...
// Running the 'mas' build first means that its output is available while we wait for 'dmg' notarization.
// Add 'mas-dev' here to test a 'mas'-like build locally. You'll need a Mac Developer provisioning profile.
return ['mas', 'dmg'];
}
throw new Error(`Could not determine targets for platform: ${process.platform}`);