mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-24 05:19:57 +00:00
.
This commit is contained in:
parent
87850edc0e
commit
2188eef202
@ -5,8 +5,9 @@ const path = require('path')
|
|||||||
const notarizer = require('electron-notarize')
|
const notarizer = require('electron-notarize')
|
||||||
|
|
||||||
module.exports = async function (params) {
|
module.exports = async function (params) {
|
||||||
|
console.log('env: ', process.env)
|
||||||
// notarize the app on Mac OS only.
|
// 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
|
return
|
||||||
}
|
}
|
||||||
console.log('afterSign hook triggered', params)
|
console.log('afterSign hook triggered', params)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user