allow build to continue if notarization failed for testing pruposes only

This commit is contained in:
Mazen El-Kashef
2020-02-27 12:59:25 -05:00
parent f7ab15b1cd
commit f658e69285

View File

@@ -13,6 +13,6 @@ module.exports = async function(packagedAppPath) {
appleIdPassword: appleIdPassword
});
} catch (e) {
throw new Error(e);
//throw new Error(e);
}
};