Skip to content

Commit 400d83a

Browse files
authored
Use external library for p12n-extract (#820)
1 parent af5260c commit 400d83a

File tree

3 files changed

+17
-680
lines changed

3 files changed

+17
-680
lines changed

app/scripts/glossaire.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ updateFirefoxiOS
326326
# Generate productization data
327327
cd $install
328328
echogreen "Extracting p12n data"
329-
nice -20 python $install/app/scripts/p12n_extract.py
329+
nice -20 python $libraries/p12n/p12n_extract/p12n_extract.py $config
330330

331331
# Create a file to get the timestamp of the last string extraction for caching
332332
echogreen "Creating extraction timestamp for cache system"

0 commit comments

Comments
 (0)