mirror of
https://github.com/x64dbg/x64dbg.git
synced 2024-11-27 06:40:24 +00:00
PROJECT: batch file to setup dependencies
This commit is contained in:
parent
048b1e0a6c
commit
7530c01bf9
6
setupdeps.bat
Normal file
6
setupdeps.bat
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
git submodule update --init --recursive
|
||||
mkdir bin\x32
|
||||
xcopy deps\x32 bin\x32 /S /Y
|
||||
mkdir bin\x64
|
||||
xcopy deps\x64 bin\x64 /S /Y
|
Loading…
Reference in New Issue
Block a user