mirror of https://github.com/keeweb/keeweb
added team id to avoid the requirement for codesigning config
parent
316c14d845
commit
7bea4ad282
|
@ -48,7 +48,7 @@ module.exports = function (grunt) {
|
|||
date,
|
||||
beta: !!grunt.option('beta'),
|
||||
sha,
|
||||
appleTeamId: getCodeSignConfig()?.teamId
|
||||
appleTeamId: '3LE7JZ657W'
|
||||
};
|
||||
|
||||
const windowsAppVersionString = {
|
||||
|
|
Loading…
Reference in New Issue