Skip to content

Commit

Permalink
Add locales for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Nov 5, 2024
1 parent 21d0fe5 commit c3eba6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/gdcef/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,6 +514,8 @@ def copy_cef_assets():
elif OSTYPE == "Darwin":
S = os.path.join(THIRDPARTY_CEF_PATH, "build", "tests", "cefsimple", CEF_TARGET, "cefsimple.app")
shutil.copytree(S, build_path + "/cefsimple.app")
for f in glob.glob(os.path.join(S, "locales/*")):
copyfile(f, locales)
else:
fatal("Unknown architecture " + OSTYPE + ": I dunno how to extract CEF artifacts")

Expand Down

0 comments on commit c3eba6e

Please sign in to comment.