Draft
Conversation
Co-authored-by: laopo001 <16536296+laopo001@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
为解决用户关于多端打包的疑问,添加了完整的多平台构建指南和自动化脚本。
主要变更
📖 新增文档
BUILD_GUIDE.md- 多端打包快速指南docs/guide/macos-unsigned-build.md- macOS无证书打包详细教程docs/guide/linux-arm-build.md- Linux ARM64构建完整指南🛠️ 新增构建脚本
scripts/build-multiplatform.sh- 多平台自动化构建脚本,支持:--mac-unsignedmacOS无证书构建--linux-arm64Linux ARM64构建--all全平台构建解决的问题
🍎 macOS无Apple证书打包
已确认支持:项目配置中
"notarize": false,完全支持无证书打包用户安装:右键点击应用选择"打开"即可绕过Gatekeeper
🐧 Linux ARM64架构支持
完全支持:配置文件已包含ARM64目标架构
支持设备:
使用示例
文件变更
BUILD_GUIDE.md- 新增多平台构建总览docs/guide/macos-unsigned-build.md- 新增macOS构建指南docs/guide/linux-arm-build.md- 新增Linux ARM构建指南scripts/build-multiplatform.sh- 新增自动化构建脚本所有变更都是新增文件,不影响现有功能。
Fixes #120.
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.