feat(build): 添加 bat 包装脚本,解决 PowerShell 执行策略限制
This commit is contained in:
4
build_apk.bat
Normal file
4
build_apk.bat
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
@echo off
|
||||||
|
cd /d "%~dp0"
|
||||||
|
powershell -ExecutionPolicy Bypass -File "%~dp0build_apk.ps1" %*
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user