scripts/install.py

branch
eric7
changeset 8366
2a9f5153c438
parent 8360
2a91e0e05926
child 8386
41a27cbdb5c1
equal deleted inserted replaced
8365:cde9bde830ea 8366:2a9f5153c438
1009 os.path.join(localPath, "icons", "ericWeb.png")) 1009 os.path.join(localPath, "icons", "ericWeb.png"))
1010 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released 1010 # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released
1011 if False: 1011 if False:
1012 copyDesktopFile( 1012 copyDesktopFile(
1013 os.path.join(sourceDir, "linux", "eric7_browser.desktop.in"), 1013 os.path.join(sourceDir, "linux", "eric7_browser.desktop.in"),
1014 os.path.join(localPath, "applications", "eric7_browser.desktop")) 1014 os.path.join(localPath, "applications",
1015 "eric7_browser.desktop"))
1015 1016
1016 1017
1017 def createWindowsLinks(): 1018 def createWindowsLinks():
1018 """ 1019 """
1019 Create Desktop and Start Menu links. 1020 Create Desktop and Start Menu links.

eric ide

mercurial