Record project continuation changes
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
pwsh -NoProfile -ExecutionPolicy Bypass -File "%~dp0fast-release-android-apk.ps1" %*
|
||||
if %ERRORLEVEL% neq 0 (
|
||||
exit /b %ERRORLEVEL%
|
||||
)
|
||||
Reference in New Issue
Block a user