Skip to content

Commit

Permalink
prepare 1.41.1: replace teamId with appleApiKeyId
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Nov 14, 2023
1 parent 7777a45 commit 927a869
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## [Unreleased][unreleased]

## [1.41.1] - 2023-11-14

### Changed
- fix notarisation for macOS dmg

<a id="1_41_0"></a>

## [1.41.0] - 2023-11-13
Expand Down Expand Up @@ -2249,7 +2254,9 @@ This section is only relevant to contributors.

**Historical Note 2** We removed the older changelog, you can look at the git history to get it. (version numbers made hallmark crazy)

[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.41.0...HEAD
[unreleased]: https://github.com/deltachat/deltachat-desktop/compare/v1.41.1...HEAD

[1.41.1]: https://github.com/deltachat/deltachat-desktop/compare/v1.41.0...v1.41.1

[1.41.0]: https://github.com/deltachat/deltachat-desktop/compare/v1.40.4...v1.41.0

Expand Down
2 changes: 1 addition & 1 deletion build/afterSignHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ exports.default = async function notarizing(context) {
appPath: `${appOutDir}/${appName}.app`,
appleApiKey: process.env.appleApiKey,
appleApiIssuer: process.env.appleApiIssuer,
teamId: process.env.appleTeamID
appleApiKeyId: process.env.appleApiKeyId
});
}
};
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deltachat-desktop",
"version": "1.41.0",
"version": "1.41.1",
"description": "Desktop Application for delta.chat",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 927a869

Please sign in to comment.