[Windows][Android] Rework flutter build helpers

This commit is contained in:
2026-03-25 17:58:44 +01:00
parent 804d949aac
commit a32cfa328c
4 changed files with 166 additions and 32 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
$buildName = if ($args[1]) { $args[1] } else { "0.0.0" }
$buildNumber = "$buildName-$(Get-Date -Format 'yyyyMMddHHmmss')"
$buildNumber = "$(Get-Date -Format 'yyyyMMddHHmmss')"
cd $PSScriptRoot