altered pushd / pulld commands in cmd

This commit is contained in:
dzaitsev
2025-05-07 16:47:26 +03:00
parent 22f047bbe5
commit 8bf9d1d7e2
3 changed files with 13 additions and 6 deletions
+5 -2
View File
@@ -1,5 +1,8 @@
echo Build Cython app
pushd %~dp0
set CURRENT_DIR=%cd%
REM Change to the parent directory of the current location
cd /d %~dp0..
echo remove dist folder:
if exist dist rmdir dist /s /q
@@ -60,4 +63,4 @@ robocopy "dist\azaion-inference\_internal" "..\dist-azaion\_internal" "security.
robocopy "dist\azaion-inference\_internal" "..\dist-dlls\_internal" /E /MOVE
robocopy "dist\azaion-inference" "..\dist-azaion" "azaion-inference.exe" /E /MOVE
popd
cd /d %CURRENT_DIR%