mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-20 20:21:38 +01:00
Merge branch 'main' of https://github.com/viarotel-org/escrcpy
This commit is contained in:
commit
2f87d31e32
@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## [1.27.4](https://github.com/viarotel-org/escrcpy/compare/v1.27.3...v1.27.4) (2024-11-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 🐛 Fix automatic release ([c2254aa](https://github.com/viarotel-org/escrcpy/commit/c2254aa27dc0a3ea0223dceb79ac64440a085e33))
|
||||
* 🐛 Fixed an issue where macos built-in updates failed ([432eceb](https://github.com/viarotel-org/escrcpy/commit/432ecebea6c8c8c6236fb5ebf9ad84e84201046d))
|
||||
|
||||
## [1.27.3](https://github.com/viarotel-org/escrcpy/compare/v1.27.2...v1.27.3) (2024-11-28)
|
||||
|
||||
|
||||
|
@ -59,6 +59,10 @@
|
||||
{
|
||||
"target": "dmg",
|
||||
"arch": ["x64", "arm64"]
|
||||
},
|
||||
{
|
||||
"target": "zip",
|
||||
"arch": ["x64", "arm64"]
|
||||
}
|
||||
],
|
||||
"artifactName": "${productName}-${version}-mac-${arch}.${ext}",
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "escrcpy",
|
||||
"type": "module",
|
||||
"version": "1.27.3",
|
||||
"version": "1.27.4",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@9.12.3",
|
||||
"description": "Scrcpy Powered by Electron",
|
||||
|
Loading…
x
Reference in New Issue
Block a user