mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-07-17 11:07:11 +08:00
GitHub injects unset secrets as empty strings, and electron-builder treats an empty CSC_LINK as a (broken) certificate path, aborting the mac build with "desktop not a file". Export the signing vars only when non-empty so unsigned builds fall back cleanly, matching local behavior. Windows builds already passed; guarded the same way for consistency. Co-authored-by: Cursor <cursoragent@cursor.com>