[Android|Windows|macOS|iOS] Rework flutter build helpers #5

Merged
iGoX merged 11 commits from igox/rework-flutter-build-command into main 2026-03-25 18:55:29 +01:00
Showing only changes of commit 804d949aac - Show all commits
+4 -1
View File
@@ -1,6 +1,9 @@
$buildName = if ($args[1]) { $args[1] } else { "0.0.0" }
$buildNumber = "$buildName-$(Get-Date -Format 'yyyyMMddHHmmss')"
cd $PSScriptRoot cd $PSScriptRoot
# Build the Windows application using Flutter # Build the Windows application using Flutter
flutter build windows --release flutter build windows --build-name=$buildName --build-number=$buildNumber
# Build the Windows installer using Inno Setup Compiler (ISCC.exe) # Build the Windows installer using Inno Setup Compiler (ISCC.exe)
ISCC.exe ./busylight-buddy-windows-installer-builder.iss ISCC.exe ./busylight-buddy-windows-installer-builder.iss