mirror of
https://github.com/frappe/books.git
synced 2026-08-24 02:24:17 -05:00
build: mention team id for notarization
This commit is contained in:
@@ -13,5 +13,6 @@ exports.default = async (context) => {
|
||||
appPath: `${appOutDir}/${appName}.app`,
|
||||
appleId: process.env.APPLE_ID,
|
||||
appleIdPassword: process.env.APPLE_APP_PASSWORD,
|
||||
teamId: process.env.APPLE_TEAM_ID,
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user