From 8c9a45ac86ec5661ee452eb1c8136c05cf60396f Mon Sep 17 00:00:00 2001 From: wangzhongjie Date: Thu, 8 May 2025 10:47:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E9=83=A8=E7=BD=B2=E5=A4=96=E5=A3=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 部署外壳.bat | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 部署外壳.bat 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