script/部署外壳.bat

11 lines
214 B
Batchfile
Raw Permalink Normal View History

2025-05-08 10:47:29 +08:00
@echo off
set TOOLCHAIN_PATH=.\win
set HAP_PATH=..\hap
cd %TOOLCHAIN_PATH%
.\hdc.exe uninstall com.oh.dts
echo "uninstall success"
.\hdc.exe install -r %HAP_PATH%\entry-default-signed.hap
echo "all success"
pause