From 14f5fa606b262802773ad1c7d7cd61d2c1ee8a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Sat, 19 Mar 2022 02:52:32 +0000 Subject: [PATCH] Update CreateRelease.WPF.ps1 --- build/CreateRelease.WPF.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/CreateRelease.WPF.ps1 b/build/CreateRelease.WPF.ps1 index 0e86d87..5166477 100644 --- a/build/CreateRelease.WPF.ps1 +++ b/build/CreateRelease.WPF.ps1 @@ -356,8 +356,8 @@ Building: $runtime" if($runtime.StartsWith('osx-')){ $macAppFolder = "${software}.app" $macPublishFolder = "$publishFolder/${macAppFolder}" - $macInfoplist = "$platformsFolder/$runtime/Info.plist" - $macEntitlements = "$platformsFolder/$runtime/UVtools.entitlements" + $macInfoplist = "$platformsFolder/osx/Info.plist" + $macEntitlements = "$platformsFolder/osx/UVtools.entitlements" $macContents = "$macPublishFolder/Contents" $macTargetZipLegacy = "$publishFolder/${software}_${runtime}-legacy_v$version.zip"