Feature: Support building macOS client via "Build-Dialog"

This commit is contained in:
yuanyuanxiang
2026-05-10 19:46:48 +02:00
parent 9acd141cab
commit ab7a16bec5
11 changed files with 93 additions and 8 deletions

View File

@@ -104,4 +104,7 @@ public:
CString m_sDownloadUrl;
afx_msg void OnBnClickedCheckFileserver();
afx_msg void OnCbnSelchangeComboPayload();
// 选 Linux / macOS 客户端时禁用 Windows-only 选项(架构 / 加壳 / 高级 group
void EnableWindowsOnlyControls(BOOL enable);
};