1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-23 08:08:54 -05:00

overwrite gettext files when needed

This commit is contained in:
Berke Viktor 2011-11-22 16:14:22 +01:00
parent 6b2cde61c5
commit 79ae07f940

View File

@ -1,9 +1,9 @@
@echo off
set PATH=%PROGRAMW6432%\7-Zip
cd ..\dep-x64
7z x *.zip
7z -y x *.zip
7z x *.7z
cd ..\dep-x86
7z x *.zip
7z -y x *.zip
7z x *.7z
pause