Open
Conversation
- Add linux section to electron-builder.json with AppImage/x64 target - Add package:linux script to package.json - Guard codesign verification in after-all-artifact-build.cjs to macOS only Fixes qiuzhi2046#62 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.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.
关联 Issue
关闭 #62
变更说明
在 3 个文件中做了最小改动,实现 Linux AppImage 构建支持:
electron-builder.json— 新增linux配置块,目标格式 AppImage (x64)package.json— 新增package:linux构建脚本scripts/after-all-artifact-build.cjs— 为codesign验证添加 macOS 平台守卫(该工具在 Linux 上不存在)forceCodeSigning通过package:linux脚本中的-c.forceCodeSigning=false参数覆盖,Mac 构建流程不受任何影响。测试
npm run package:linux构建成功Qclaw-Lite_*.AppImage,可正常启动🤖 Generated with Claude Code