add loader and versioning

This commit is contained in:
Alex Bezdieniezhnykh
2025-06-10 08:53:57 +03:00
parent 7750025631
commit dcd0fabc1f
31 changed files with 284 additions and 123 deletions
+13
View File
@@ -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%