add windows as target

This commit is contained in:
2025-11-04 14:59:01 +01:00
parent ffe0af7932
commit 982654273b
25 changed files with 1223 additions and 46 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Param(
[switch]$Bundle,
[int]$Chunk = 0,
[string]$OutDir = "dist",
[string]$Name = "multimediaFlutter-src"
[string]$Name = "multimedia_flutter-src"
)
Set-StrictMode -Version Latest