diff --git a/dist/platforms/windows/build.ps1 b/dist/platforms/windows/build.ps1 index d6db87d5..9a0aec2c 100644 --- a/dist/platforms/windows/build.ps1 +++ b/dist/platforms/windows/build.ps1 @@ -116,6 +116,12 @@ Write-Output "" -customBuildTarget $Env:BUILD_TARGET ` -customBuildPath $Env:CUSTOM_BUILD_PATH ` -buildVersion $Env:VERSION ` + -androidVersionCode $Env:ANDROID_VERSION_CODE ` + -androidKeystoreName $Env:ANDROID_KEYSTORE_NAME ` + -androidKeystorePass $Env:ANDROID_KEYSTORE_PASS ` + -androidKeyaliasName $Env:ANDROID_KEYALIAS_NAME ` + -androidKeyaliasPass $Env:ANDROID_KEYALIAS_PASS ` + -androidTargetSdkVersion $Env:ANDROID_TARGET_SDK_VERSION ` $Env:CUSTOM_PARAMETERS ` -logfile | Out-Host