1
1
Эх сурвалжийг харах

Update Build Avalonia.Win32.ps1

Ruben 1 жил өмнө
parent
commit
60556537ee

+ 5 - 4
Build/Build Avalonia.Win32.ps1

@@ -1,8 +1,9 @@
 param (
-    [string]$Platform = "x64"  # Default to x64 if no parameter is passed
-)
-param (
-    [string]$outputPath = $PSScriptRoot
+    [Parameter()]
+    [string]$Platform,
+    
+    [Parameter()]
+    [string]$outputPath
 )
 
 # Define the core project path relative to the script's location