Skip to content

Commit

Permalink
fix: env file
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsojramos committed Jan 22, 2024
1 parent 2345d00 commit 0fd5c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/notarize.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const notarizeApp = async (context) => {
appPath: `${appOutDir}/${appName}.app`,
appleId: process.env.APPLEID_USERNAME,
appleIdPassword: process.env.APPLEID_PASSWORD,
teamId: process.env.APPLEID_TEAM_ID,
teamId: process.env.APPLEID_TEAMID,
tool: 'notarytool',
});
};
Expand Down

0 comments on commit 0fd5c93

Please sign in to comment.