5 lines
95 B
Batchfile
5 lines
95 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
powershell -ExecutionPolicy Bypass -File "%~dp0build_apk.ps1" %*
|
|
pause
|