-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- The minimum macOS version is now 11.0 (apple-sdk_11 is used) - Split the macOS package into two separate ones for x86_64 and arm64 instead of using universal binaries - Changed the github action runner for the Windows binary to windows-2022 from windows-2019
- Loading branch information
Showing
4 changed files
with
39 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ using [npm publish --provenance][npm-provenance]. | |
|
||
Supported systems: | ||
- Linux x86_64, arm64 (requires glibc >= 2.22) | ||
- macOS x86_64, arm64 (universal, requires macOS >= 10.12) | ||
- macOS x86_64, arm64 (requires macOS >= 11.0) | ||
- Windows x86_64 | ||
|
||
To install `prebuilt-tdlib` for the latest TDLib version that `prebuilt-tdlib` | ||
|
@@ -117,6 +117,16 @@ package.json, see e.g. `npm info prebuilt-tdlib tdlib` (or `tdlib.commit`). | |
|
||
Changes to the building process of `prebuilt-tdlib` are noted below. | ||
|
||
### 2024-11-17 | ||
|
||
First published as `[email protected]`. | ||
|
||
- Minimum macOS version is now 11.0 instead of 10.12. | ||
- The macOS package is split into `darwin-x64` and `darwin-arm64` instead of | ||
using a universal binary. | ||
- The Windows binary is built on the `windows-2022` GitHub Actions runner | ||
instead of `windows-2019`. | ||
|
||
### 2024-07-19 | ||
|
||
First published as `[email protected]`. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters