mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 22:06:30 +00:00
13 lines
384 B
Batchfile
13 lines
384 B
Batchfile
echo Build Cython app
|
|
set CURRENT_DIR=%cd%
|
|
|
|
REM Change to the parent directory of the current location
|
|
cd /d %~dp0
|
|
|
|
|
|
robocopy "..\dist-azaion\_internal" "bin\Debug\net8.0-windows\_internal" /E
|
|
robocopy "..\dist-dlls\_internal" "bin\Debug\net8.0-windows\_internal" /E
|
|
|
|
robocopy "..\dist-azaion" "bin\Debug\net8.0-windows" "azaion-inference.exe" "azaion-loader.exe"
|
|
|
|
cd /d %CURRENT_DIR% |