mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
allow build to continue if notarization failed for testing pruposes only
This commit is contained in:
@@ -13,6 +13,6 @@ module.exports = async function(packagedAppPath) {
|
||||
appleIdPassword: appleIdPassword
|
||||
});
|
||||
} catch (e) {
|
||||
throw new Error(e);
|
||||
//throw new Error(e);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user