mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 21:46:30 +00:00
fixed pushd / pulld commands in cmd
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user