mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-17 11:10:18 +00:00
update wdk distribution to use relative paths where possible
This commit is contained in:
9
build/dep-extract.bat
Normal file
9
build/dep-extract.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
set PATH=%PROGRAMW6432%\7-Zip
|
||||
cd ..\dep-x64
|
||||
7z x *.zip
|
||||
7z x *.7z
|
||||
cd ..\dep-x86
|
||||
7z x *.zip
|
||||
7z x *.7z
|
||||
pause
|
||||
Reference in New Issue
Block a user