scripts/install.py

branch
eric7
changeset 8387
a68072a69dfc
parent 8386
41a27cbdb5c1
child 8388
f864abd11a5b
equal deleted inserted replaced
8386:41a27cbdb5c1 8387:a68072a69dfc
1857 ("eric7 (Python {0}.{1}).lnk", 1857 ("eric7 (Python {0}.{1}).lnk",
1858 os.path.join(cfg["bindir"], "eric7.cmd"), 1858 os.path.join(cfg["bindir"], "eric7.cmd"),
1859 os.path.join(cfg["ericPixDir"], "eric7.ico")), 1859 os.path.join(cfg["ericPixDir"], "eric7.ico")),
1860 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released 1860 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released
1861 #~ ("eric7 Browser (Python {0}.{1}).lnk", 1861 #~ ("eric7 Browser (Python {0}.{1}).lnk",
1862 #~ os.path.join(cfg["bindir"], "eric7_browse.cmd"), # __IGNORE_WARNING__ 1862 #~ os.path.join(cfg["bindir"], "eric7_browser.cmd"), # __IGNORE_WARNING__
1863 #~ os.path.join(cfg["ericPixDir"], "ericWeb48.ico")), 1863 #~ os.path.join(cfg["ericPixDir"], "ericWeb48.ico")),
1864 ] 1864 ]
1865 1865
1866 return [ 1866 return [
1867 (e[0].format(majorVersion, minorVersion), e[1], e[2]) 1867 (e[0].format(majorVersion, minorVersion), e[1], e[2])

eric ide

mercurial