[desktop] fix build for macOS

This commit is contained in:
maxkadushkin
2025-08-14 23:21:21 +03:00
parent e461da3a1e
commit 0968ca2566

View File

@ -253,6 +253,7 @@ def make():
# license
if (0 == platform.find("mac")):
base.create_dir(root_dir + "/license")
base.copy_file(git_dir + "/desktop-apps/common/package/license/opensource/EULA.html", root_dir + "/license/EULA.html")
isUseJSC = False