54 |
54 |
55 def main(): |
55 def main(): |
56 """ |
56 """ |
57 Main entry point into the application. |
57 Main entry point into the application. |
58 """ |
58 """ |
59 QGuiApplication.setDesktopFileName("eric7_virtualenv.desktop") |
59 QGuiApplication.setDesktopFileName("eric7_virtualenv") |
60 |
60 |
61 options = [ |
61 options = [ |
62 ( |
62 ( |
63 "--config=configDir", |
63 "--config=configDir", |
64 "use the given directory as the one containing the config files", |
64 "use the given directory as the one containing the config files", |