src/eric7/eric7_post_install.py

branch
eric7
changeset 9380
3d662dda80e8
parent 9377
b9c8dc3b7da1
child 9381
3c9192161833
equal deleted inserted replaced
9378:ac7786c2109f 9380:3d662dda80e8
93 majorVersion, minorVersion = sys.version_info[:2] 93 majorVersion, minorVersion = sys.version_info[:2]
94 scriptsDir = sysconfig.get_path("scripts") 94 scriptsDir = sysconfig.get_path("scripts")
95 iconsDir = os.path.join(os.path.dirname(eric7.__file__), "pixmaps") 95 iconsDir = os.path.join(os.path.dirname(eric7.__file__), "pixmaps")
96 entriesTemplates = [ 96 entriesTemplates = [
97 ( 97 (
98 "eric7 (Python {0}.{1}).lnk", 98 "eric7 IDE (Python {0}.{1}).lnk",
99 os.path.join(scriptsDir, "eric7_ide.exe"), 99 os.path.join(scriptsDir, "eric7_ide.exe"),
100 os.path.join(iconsDir, "eric7.ico"), 100 os.path.join(iconsDir, "eric7.ico"),
101 ), 101 ),
102 ( 102 (
103 "eric7 Browser (Python {0}.{1}).lnk", 103 "eric7 Browser (Python {0}.{1}).lnk",

eric ide

mercurial