diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e353fd..72805ab6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/electron-builder.json b/electron-builder.json index 2910dea2..853d9140 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -59,6 +59,10 @@ { "target": "dmg", "arch": ["x64", "arm64"] + }, + { + "target": "zip", + "arch": ["x64", "arm64"] } ], "artifactName": "${productName}-${version}-mac-${arch}.${ext}", diff --git a/package.json b/package.json index 1699ac0a..25780b15 100644 --- a/package.json +++ b/package.json @@ -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",