59 |
59 |
60 def main(): |
60 def main(): |
61 """ |
61 """ |
62 Main entry point into the application. |
62 Main entry point into the application. |
63 """ |
63 """ |
64 QGuiApplication.setDesktopFileName("eric7_iconeditor.desktop") |
64 QGuiApplication.setDesktopFileName("eric7_iconeditor") |
65 |
65 |
66 options = [ |
66 options = [ |
67 ( |
67 ( |
68 "--config=configDir", |
68 "--config=configDir", |
69 "use the given directory as the one containing the config files", |
69 "use the given directory as the one containing the config files", |