From 37fa52fbf6338f689f63007d5255e05a82db155e Mon Sep 17 00:00:00 2001 From: "zhimin.liu" Date: Fri, 17 Jul 2026 17:24:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(build):=20=E6=B7=BB=E5=8A=A0=20bat=20?= =?UTF-8?q?=E5=8C=85=E8=A3=85=E8=84=9A=E6=9C=AC=EF=BC=8C=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=20PowerShell=20=E6=89=A7=E8=A1=8C=E7=AD=96=E7=95=A5=E9=99=90?= =?UTF-8?q?=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build_apk.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 build_apk.bat diff --git a/build_apk.bat b/build_apk.bat new file mode 100644 index 0000000..a3bb99d --- /dev/null +++ b/build_apk.bat @@ -0,0 +1,4 @@ +@echo off +cd /d "%~dp0" +powershell -ExecutionPolicy Bypass -File "%~dp0build_apk.ps1" %* +pause