Changeset 1083:a5f219c25f2a for setup.py


Ignore:
Timestamp:
03/15/23 19:01:30 (13 months ago)
Author:
István Váradi <ivaradi@…>
Branch:
python3
Phase:
public
Message:

Updates for CEF 108 and the corresponding CEFPython.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r1046 r1083  
    126126    cefDir = os.environ.get("CEFDIR")
    127127    if cefDir:
    128         for fileName in ["icudtl.dat", "subprocess.exe", "natives_blob.bin",
     128        for fileName in ["icudtl.dat", "subprocess.exe",
    129129                         "snapshot_blob.bin", "v8_context_snapshot.bin",
    130                          "cef.pak", "cef_100_percent.pak",
    131                          "cef_200_percent.pak", "cef_extensions.pak"]:
     130                         "chrome_100_percent.pak", "chrome_200_percent.pak",
     131                         "resources.pak"]:
    132132            data_files.append(("", [os.path.join(cefDir, fileName)]))
    133133
Note: See TracChangeset for help on using the changeset viewer.