Parcourir la source

Update Build Avalonia.MacOS.ps1

Ruben il y a 9 mois
Parent
commit
6482d802de
1 fichiers modifiés avec 3 ajouts et 4 suppressions
  1. 3 4
      Build/Build Avalonia.MacOS.ps1

+ 3 - 4
Build/Build Avalonia.MacOS.ps1

@@ -5,12 +5,11 @@
     [Parameter()]
     [string]$outputPath,
 	
-	[Parameter()]
+    [Parameter()]
     [string]$appVersion
 )
-
 # Define the core project path relative to the script's location
-$coreProjectPath = Join-Path -Path $PSScriptRoot -ChildPath "../src/PicView.Core/PicView.Core.csproj"
+$coreProjectPath = Join-Path -Path $PSScriptRoot -ChildPath "..\src\PicView.Core\PicView.Core.csproj"
 
 # Load the .csproj file as XML
 [xml]$coreCsproj = Get-Content $coreProjectPath
@@ -134,4 +133,4 @@ if ($IsLinux -or $IsMacOS) {
     
     # Set proper ownership and permissions for the entire .app bundle
     chmod -R 755 $appBundlePath
-}
+}