[Windows][Android] Rework flutter build helpers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user