src/eric7/eric7_plugininstall.py

branch
eric7
changeset 10238
9ea4634a697e
parent 9653
e67609152c5e
child 10303
ee1aadab1215
equal deleted inserted replaced
10237:17ab17a3e6b3 10238:9ea4634a697e
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",

eric ide

mercurial