mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 05:02:50 +01:00
overwrite 7z items as well and delete ATK translations too
This commit is contained in:
parent
5a50da6f82
commit
978f1c31aa
@ -17,9 +17,10 @@ cd deps-x64
|
||||
::obs cd ..
|
||||
::obs set PATH=%OPATH%
|
||||
7z x -y *.zip
|
||||
7z x *.7z
|
||||
7z x -y *.7z
|
||||
::obs copy /y ..\build\glibconfig-x64.h lib\glib-2.0\include\glibconfig.h
|
||||
cd share\locale
|
||||
del /q /s atk10.mo
|
||||
del /q /s gettext-tools.mo
|
||||
del /q /s gettext-runtime.mo
|
||||
pause
|
||||
|
@ -17,9 +17,10 @@ cd deps-x86
|
||||
::obs cd ..
|
||||
::obs set PATH=%OPATH%
|
||||
7z x -y *.zip
|
||||
7z x *.7z
|
||||
7z x -y *.7z
|
||||
::obs copy /y ..\build\glibconfig-x86.h lib\glib-2.0\include\glibconfig.h
|
||||
cd share\locale
|
||||
del /q /s atk10.mo
|
||||
del /q /s gettext-tools.mo
|
||||
del /q /s gettext-runtime.mo
|
||||
pause
|
||||
|
Loading…
Reference in New Issue
Block a user