8 lines
321 B
Batchfile
8 lines
321 B
Batchfile
copy ..\..\build\gettext\translations.pot in\translations.pot
|
|
|
|
docker build -t aclauncher/deduplicatetranslations .
|
|
FOR /F "tokens=* USEBACKQ" %%F IN (`docker create -t aclauncher/deduplicatetranslations`) DO (
|
|
SET IMAGE_ID=%%F
|
|
)
|
|
|
|
docker cp %IMAGE_ID%:/deduplicateTranslations/out/translations.pot ./out/translations.pot
|