mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-05 10:42:33 +01:00
Update dependency extractor scripts
This commit is contained in:
parent
caa270922f
commit
ccd2fd6c77
7
win32/deps-extract-x64.bat
Normal file
7
win32/deps-extract-x64.bat
Normal file
@ -0,0 +1,7 @@
|
||||
:: run this from a command prompt
|
||||
@echo off
|
||||
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||
|
||||
cd x64
|
||||
7z x *.7z
|
||||
pause
|
7
win32/deps-extract-x86.bat
Normal file
7
win32/deps-extract-x86.bat
Normal file
@ -0,0 +1,7 @@
|
||||
:: run this from a command prompt
|
||||
@echo off
|
||||
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||
|
||||
cd Win32
|
||||
7z x *.7z
|
||||
pause
|
Loading…
Reference in New Issue
Block a user