Overview
Comment: | [build][fr] code clarity for oxt building |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr | build |
Files: | files | file ages | folders |
SHA3-256: |
a885a0e2c1b6414bacc83dadd74f2474 |
User & Date: | olr on 2019-08-24 08:20:44 |
Other Links: | manifest | tags |
Context
2019-08-24
| ||
10:10 | [fr] faux positif check-in: fe639e3494 user: olr tags: trunk, fr | |
08:20 | [build][fr] code clarity for oxt building check-in: a885a0e2c1 user: olr tags: trunk, fr, build | |
00:12 | [lo] update icons check-in: b377d0fa4d user: olr tags: trunk, lo | |
Changes
Modified gc_lang/fr/config.ini from [2076dce3ed] to [2bb381c188].
︙ | ︙ | |||
76 77 78 79 80 81 82 | [oxt] # the following files must be in your project folder, files will be copied into the zip archive rules.grx = fr-rules.txt oxt/addons.xcu = addons.xcu oxt/package-description.txt = package-description.txt | | | < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < | | > | | | | < | | > | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | [oxt] # the following files must be in your project folder, files will be copied into the zip archive rules.grx = fr-rules.txt oxt/addons.xcu = addons.xcu oxt/package-description.txt = package-description.txt # icons & images oxt/_img = img # AppLauncher oxt/AppLauncher.py = AppLauncher.py # Graphspell oxt/Graphspell.py = Graphspell.py # Dictionaries oxt/Dictionnaires/dictionaries = dictionaries oxt/Dictionnaires/dictionaries.xcu = dictionaries.xcu # ContextMenu oxt/ContextMenu/ContextMenu.py = ContextMenu.py oxt/ContextMenu/jobs.xcu = config/jobs.xcu # Dictionary Options oxt/DictOptions = pythonpath # Graphic options oxt/GraphicOptions = pythonpath # TextFormatter oxt/TextFormatter = pythonpath # Lexicographer oxt/Lexicographer = pythonpath # Conjugueur oxt/Conjugueur = pythonpath # Modify author oxt/ChangeAuthor = pythonpath # About oxt/About = pythonpath |