50 |
50 |
51 def main(): |
51 def main(): |
52 """ |
52 """ |
53 Main entry point into the application. |
53 Main entry point into the application. |
54 """ |
54 """ |
|
55 from PyQt5.QtGui import QGuiApplication |
|
56 QGuiApplication.setDesktopFileName("eric6_plugininstall.desktop") |
|
57 |
55 options = [ |
58 options = [ |
56 ("--config=configDir", |
59 ("--config=configDir", |
57 "use the given directory as the one containing the config files"), |
60 "use the given directory as the one containing the config files"), |
58 ("--settings=settingsDir", |
61 ("--settings=settingsDir", |
59 "use the given directory to store the settings files"), |
62 "use the given directory to store the settings files"), |