mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 11:12:34 +01:00
16 lines
287 B
Batchfile
16 lines
287 B
Batchfile
@echo off
|
|
set PATH=%PROGRAMW6432%\7-Zip
|
|
cd ..\dep-x64
|
|
7z -y x *.zip
|
|
7z x *.7z
|
|
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
|