feat: 添加 macOS 应用打包支持 - #98
Open
moyu12-ae wants to merge 1 commit into
Open
Conversation
- 新增 build_mac.sh 本地打包脚本(PyInstaller) - 新增 GitHub Actions 工作流,自动构建 Intel/Apple Silicon 双架构 DMG - 创建 Release 时自动上传安装包 - 支持 workflow_dispatch 手动触发构建 - 新增 .gitignore 排除构建产物和敏感数据
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.
📋 变更说明
为 Infinite Canvas 添加 macOS 应用打包支持,用户可直接下载 .dmg 安装包使用。
✨ 新增内容
1. 本地打包脚本
build_mac.sh2. GitHub Actions 自动构建
x86_64) 和 Apple Silicon (arm64) 两种架构workflow_dispatch手动触发构建📦 支持架构
x86_64arm64🚀 使用方式
方式一:下载 Release 安装包
方式二:本地构建
📝 备注