fix: handle tar.xz files in uploaders, add to breaking changes (#48941)

* fix: handle tar.xz files in uploaders, add to breaking changes

* docs: add additional file extension info
This commit is contained in:
Keeley Hammond
2025-11-13 13:03:24 -08:00
committed by GitHub
parent 40b6738735
commit c896ab80fe
3 changed files with 10 additions and 5 deletions

View File

@@ -20,6 +20,11 @@ Using the `clipboard` API directly in the renderer process is deprecated.
If you want to call this API from a renderer process, place the API call in
your preload script and expose it using the [contextBridge](https://www.electronjs.org/docs/latest/api/context-bridge) API.
### Behavior Changed: MacOS dSYM files now compressed with tar.xz
Debug symbols for MacOS (dSYM) now use xz compression in order to handle larger file sizes. `dsym.zip` files are now
`dsym.tar.xz` files. End users using debug symbols may need to update their zip utilities.
## Planned Breaking API Changes (39.0)
### Deprecated: `--host-rules` command line switch