Changeset 378:39ea6089286e for setup.py


Ignore:
Timestamp:
12/18/12 13:03:40 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Fixed the generation of Uninstall.conf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r373 r378  
    8181if os.name=="nt":
    8282    mlx.update.buildManifest(os.path.join(scriptdir, "dist"))
    83     with open(os.path.join(scriptdir, "dist", "Uninstall.conf")) as f:
    84         print >> f, "startMenuFolder=MAVA Logger X"
     83    with open(os.path.join(scriptdir, "dist", "Uninstall.conf"), "wt") as f:
     84        print >> f, "StartMenuFolder=MAVA Logger X"
     85        print >> f, "LinkName=MAVA Logger X"
Note: See TracChangeset for help on using the changeset viewer.