remove gettext l10n
This commit is contained in:
parent
e3bde82030
commit
f105ae7324
1 changed files with 7 additions and 1 deletions
|
@ -3,7 +3,13 @@ set PATH=%PROGRAMW6432%\7-Zip
|
|||
cd ..\dep-x64
|
||||
7z -y x *.zip
|
||||
7z x *.7z
|
||||
cd ..\dep-x86
|
||||
cd share\locale
|
||||
del /q /s gettext-tools.mo
|
||||
del /q /s gettext-runtime.mo
|
||||
cd ..\..\..\dep-x86
|
||||
7z -y x *.zip
|
||||
7z x *.7z
|
||||
cd share\locale
|
||||
del /q /s gettext-tools.mo
|
||||
del /q /s gettext-runtime.mo
|
||||
pause
|
||||
|
|
Loading…
Add table
Reference in a new issue