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:
parent
6b2cde61c5
commit
79ae07f940
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user