mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 13:06:31 +00:00
add loader and versioning
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
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%
|
||||
Reference in New Issue
Block a user