Skip to content

Commit

Permalink
fix(suite-desktop-core): remove obsolete option from notarize call
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemonexe committed Feb 19, 2025
1 parent b776eac commit b6ebe22
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/suite-desktop-core/scripts/notarize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ const notarizeAfterSignHook: Hooks['afterSign'] = context => {

return notarize({
tool: 'notarytool',
appBundleId: 'io.trezor.TrezorSuite',
appPath,
appleId: process.env.APPLEID,
appleIdPassword: process.env.APPLEIDPASS,
teamId: process.env.APPLETEAMID,
// TODO fix: notarize tool is known to be working, but TS fails: no overload matches this call
} as any);
});
};

export default notarizeAfterSignHook;

0 comments on commit b6ebe22

Please sign in to comment.