🐛 Fix(custom): fix an issue eslint not worked as expected

This commit is contained in:
Kuingsmile
2025-12-30 13:20:28 +08:00
parent 4fb5a26270
commit b53eccce13
185 changed files with 8014 additions and 7627 deletions

View File

@@ -27,7 +27,7 @@ async function main(context) {
appleId: XCODE_APP_LOADER_EMAIL,
appleIdPassword: XCODE_APP_LOADER_PASSWORD,
tool: 'notarytool',
teamId: XCODE_TEAM_ID
teamId: XCODE_TEAM_ID,
})
console.log('Finished Apple notarization.')
}