Update dependency extractor scripts
This commit is contained in:
parent
caa270922f
commit
ccd2fd6c77
|
@ -0,0 +1,7 @@
|
||||||
|
:: run this from a command prompt
|
||||||
|
@echo off
|
||||||
|
set PATH=%PATH%;%ProgramFiles%\7-zip
|
||||||
|
|
||||||
|
cd x64
|
||||||
|
7z x *.7z
|
||||||
|
pause
|
|
@ -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