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