From 79c2e0831480e32ba6ca27324d7e72e5ed24d6c6 Mon Sep 17 00:00:00 2001 From: Andrew Kahr <22359829+AndrewKahr@users.noreply.github.com> Date: Sat, 21 Oct 2023 22:13:48 -0700 Subject: [PATCH] More debug --- dist/platforms/windows/build.ps1 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/platforms/windows/build.ps1 b/dist/platforms/windows/build.ps1 index 11610890..45e9ef90 100644 --- a/dist/platforms/windows/build.ps1 +++ b/dist/platforms/windows/build.ps1 @@ -141,13 +141,13 @@ $argList = @("-quit", "-buildTarget", $Env:BUILD_TARGET, "-customBuildTarget", $Env:BUILD_TARGET, "-customBuildPath", $Env:CUSTOM_BUILD_PATH, -"-buildVersion", $Env:VERSION +"-buildVersion", $Env:VERSION, +"-androidVersionCode", $Env:ANDROID_VERSION_CODE, +"-androidKeystorePass", $Env:ANDROID_KEYSTORE_PASS, +"-androidKeyaliasName", $Env:ANDROID_KEYALIAS_NAME, +"-androidKeyaliasPass", $Env:ANDROID_KEYALIAS_PASS ) # + $customParametersArray # , -# "-androidVersionCode", $Env:ANDROID_VERSION_CODE, -# "-androidKeystorePass", $Env:ANDROID_KEYSTORE_PASS, -# "-androidKeyaliasName", $Env:ANDROID_KEYALIAS_NAME, -# "-androidKeyaliasPass", $Env:ANDROID_KEYALIAS_PASS, # "-androidTargetSdkVersion", $Env:ANDROID_TARGET_SDK_VERSION, # "-androidExportType", $Env:ANDROID_EXPORT_TYPE, # "-androidSymbolType", $Env:ANDROID_SYMBOL_TYPE,