149 "eric6_tray", "eric6_editor", |
149 "eric6_tray", "eric6_editor", |
150 "eric6_plugininstall", "eric6_pluginuninstall", |
150 "eric6_plugininstall", "eric6_pluginuninstall", |
151 "eric6_pluginrepository", "eric6_sqlbrowser", |
151 "eric6_pluginrepository", "eric6_sqlbrowser", |
152 "eric6_webbrowser", "eric6_iconeditor", |
152 "eric6_webbrowser", "eric6_iconeditor", |
153 "eric6_snap", "eric6_hexeditor", "eric6_browser", |
153 "eric6_snap", "eric6_hexeditor", "eric6_browser", |
|
154 "eric6_shell", |
154 ] |
155 ] |
155 if includePythonVariant: |
156 if includePythonVariant: |
156 marker = PythonMarkers[sys.version_info.major] |
157 marker = PythonMarkers[sys.version_info.major] |
157 rem_wnames = [n + marker for n in rem_wnames] |
158 rem_wnames = [n + marker for n in rem_wnames] |
158 |
159 |