diff --git a/部署外壳.bat b/部署外壳.bat new file mode 100644 index 0000000..1abeef4 --- /dev/null +++ b/部署外壳.bat @@ -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 \ No newline at end of file