mirror of
https://github.com/ONLYOFFICE/build_tools.git
synced 2026-04-07 14:06:31 +08:00
Test for sign
This commit is contained in:
@ -117,6 +117,10 @@ def make():
|
||||
else:
|
||||
base.copy_files(core_dir + "/Common/3dParty/cef/" + native_platform + "/" + build_dir_name + "/*", root_dir)
|
||||
|
||||
if (0 == platform.find("mac")):
|
||||
framework_path = core_dir + "/Common/3dParty/cef/" + platform + "/" + build_dir_name + "/Chromium Embedded Framework"
|
||||
base.copy_file(framework_path + "/Resources/Info.plist", framework_path + "/Info.plist")
|
||||
|
||||
isUseQt = True
|
||||
if (0 == platform.find("mac")) or (0 == platform.find("ios")):
|
||||
isUseQt = False
|
||||
|
||||
Reference in New Issue
Block a user