added team id to avoid the requirement for codesigning config

This commit is contained in:
antelle 2021-04-17 20:33:37 +02:00
parent 316c14d845
commit 7bea4ad282
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module.exports = function (grunt) {
date,
beta: !!grunt.option('beta'),
sha,
appleTeamId: getCodeSignConfig()?.teamId
appleTeamId: '3LE7JZ657W'
};
const windowsAppVersionString = {