mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
remove gettext l10n
This commit is contained in:
parent
e3bde82030
commit
f105ae7324
@ -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…
Reference in New Issue
Block a user