fix:部署外壳

This commit is contained in:
wangzhongjie 2025-05-08 10:47:29 +08:00
parent ae2d016e0e
commit 8c9a45ac86

11
部署外壳.bat Normal file
View File

@ -0,0 +1,11 @@
@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