Overview
| Comment: | [build] remove building process for Addon-SDK (obsolete) |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | build | FixWebext |
| Files: | files | file ages | folders |
| SHA3-256: |
5b4c329a423dfd79d68eadbd52fe582b |
| User & Date: | olr on 2017-10-28 08:04:23 |
| Other Links: | branch diff | manifest | tags |
Context
|
2017-10-28
| ||
| 09:09 | [fx] Change in css to ajust line-height check-in: 18723bb569 user: IllusionPerdu tags: fx, FixWebext | |
| 08:04 | [build] remove building process for Addon-SDK (obsolete) check-in: 5b4c329a42 user: olr tags: build, FixWebext | |
| 08:02 | [build] remove building process for Addon-SDK (obsolete) check-in: a59d5cef90 user: olr tags: build, FixWebext | |
Changes
Modified gc_lang/fr/build.py from [e6bfac7235] to [d4197caf3b].
1 2 3 4 5 6 7 8 9 10 11 |
# Builder for French language
import os
import zipfile
from distutils import dir_util, file_util
import helpers
def build (sLang, dVars, spLangPack):
"complementary build launched from make.py"
| | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Builder for French language
import os
import zipfile
from distutils import dir_util, file_util
import helpers
def build (sLang, dVars, spLangPack):
"complementary build launched from make.py"
#createFirefoxExtension(sLang, dVars)
createWebExtension(sLang, dVars)
createThunderbirdExtension(sLang, dVars, spLangPack)
def createWebExtension (sLang, dVars):
"create Web-extension"
print("Building WebExtension")
|
| ︙ | ︙ |