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