Changeset 654:4ab835f44be6


Ignore:
Timestamp:
06/28/15 12:30:52 (9 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
cef
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Moved the moving of libcef.dll to before creating the manifest (re #272)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r653 r654  
    9191
    9292if os.name=="nt":
     93    os.rename(os.path.join(scriptdir, "dist", "library", "libcef.dll"),
     94              os.path.join(scriptdir, "dist", "libcef.dll"))
    9395    mlx.update.buildManifest(os.path.join(scriptdir, "dist"))
    9496    with open(os.path.join(scriptdir, "dist", "Uninstall.conf"), "wt") as f:
    9597        print >> f, "StartMenuFolder=MAVA Logger X"
    9698        print >> f, "LinkName=MAVA Logger X"
    97     os.rename(os.path.join(scriptdir, "dist", "library", "libcef.dll"),
    98               os.path.join(scriptdir, "dist", "libcef.dll"))
Note: See TracChangeset for help on using the changeset viewer.