feat(build): 添加 bat 包装脚本,解决 PowerShell 执行策略限制

This commit is contained in:
2026-07-17 17:24:00 +08:00
parent a336734897
commit 37fa52fbf6

4
build_apk.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
cd /d "%~dp0"
powershell -ExecutionPolicy Bypass -File "%~dp0build_apk.ps1" %*
pause