added team id to avoid the requirement for codesigning config

pull/1856/head
antelle 2 years ago
parent 316c14d845
commit 7bea4ad282
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C

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

Loading…
Cancel
Save