1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-27 00:50:49 +03:00
This commit is contained in:
Eugene Pankov 2019-06-27 11:23:03 +02:00
parent 87850edc0e
commit 2188eef202

View File

@ -5,8 +5,9 @@ const path = require('path')
const notarizer = require('electron-notarize')
module.exports = async function (params) {
console.log('env: ', process.env)
// notarize the app on Mac OS only.
if (process.platform !== 'darwin' || process.env.BRANCH !== 'refs/heads/master') {
if (process.platform !== 'darwin'){// || process.env.BRANCH !== 'refs/heads/master') {
return
}
console.log('afterSign hook triggered', params)