mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-16 21:17:39 +03:00
# Description This pr streamlines the build process by removing the python3 dependency and pointing to the new build scripts.
8 lines
100 B
Batchfile
Executable File
8 lines
100 B
Batchfile
Executable File
@echo off
|
|
cd ../../
|
|
|
|
call git submodule update --init --recursive
|
|
call dotnet build -c Debug
|
|
|
|
pause
|