Files
luban-lite/tools/scripts/onestep/cout.bat
刘可亮 564e22b32f v0.7.5
2023-08-28 09:48:01 +08:00

13 lines
329 B
Batchfile

@echo off
rem SPDX-License-Identifier: GPL-2.0+
rem
rem Copyright (C) 2023 ArtInChip Technology Co., Ltd
if exist %SDK_PRJ_TOP_DIR%\.config (
set /P defconfig=<%SDK_PRJ_TOP_DIR%\.defconfig
set out_dir=%SDK_PRJ_TOP_DIR%\output\%defconfig%
if exist %out_dir% cd /d %out_dir% && cd images
) else (
echo Not lunch project yet
)