--- a/eric7/eric7_post_install.py Fri May 28 17:50:00 2021 +0200 +++ b/eric7/eric7_post_install.py Sat May 29 14:43:34 2021 +0200 @@ -95,10 +95,11 @@ os.path.join(scriptsDir, "eric7.exe"), os.path.join(scriptsDir, "eric7.ico") ), - ("eric7 Browser (Python {0}.{1}).lnk", - os.path.join(scriptsDir, "eric7_browser.exe"), - os.path.join(scriptsDir, "ericWeb48.ico") - ), + # TODO: enable this once PyQt 6.2.0/Qt 6.2.0 is released + #~ ("eric7 Browser (Python {0}.{1}).lnk", + #~ os.path.join(scriptsDir, "eric7_browser.exe"), # __IGNORE_WARNING__ + #~ os.path.join(scriptsDir, "ericWeb48.ico") # __IGNORE_WARNING__ + #~ ), ] return [ @@ -157,7 +158,9 @@ copyMetaFilesTree(os.path.join(srcDir, metaDir), os.path.join(dstDir, metaDir)) - for desktop in ["eric7.desktop", "eric7_browser.desktop"]: + # TODO: add 'eric7_browser.desktop' this once PyQt 6.2.0/Qt 6.2.0 is + # released + for desktop in ["eric7.desktop"]: copyDesktopFile( os.path.join(srcDir, "applications", desktop), os.path.join(dstDir, "applications", desktop),