Browse Source

Update Build Avalonia.Win32.ps1

Ruben 1 year ago
parent
commit
60556537ee
1 changed files with 5 additions and 4 deletions
  1. 5 4
      Build/Build Avalonia.Win32.ps1

+ 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