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. |