fixed pushd / pulld commands in cmd

This commit is contained in:
dzaitsev
2025-05-07 17:31:16 +03:00
parent 8bf9d1d7e2
commit 006499c2ee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ echo Build Cython app
set CURRENT_DIR=%cd% set CURRENT_DIR=%cd%
REM Change to the parent directory of the current location REM Change to the parent directory of the current location
cd /d %~dp0.. cd /d %~dp0
echo remove dist folder: echo remove dist folder:
if exist dist rmdir dist /s /q if exist dist rmdir dist /s /q
+1 -1
View File
@@ -2,7 +2,7 @@
set CURRENT_DIR=%cd% set CURRENT_DIR=%cd%
REM Change to the parent directory of the current location REM Change to the parent directory of the current location
cd /d %~dp0.. cd /d %~dp0
if not exist cdn_manager.exe ( if not exist cdn_manager.exe (
echo Install cdn_manager echo Install cdn_manager