Update CreateRelease.WPF.ps1

This commit is contained in:
Tiago Conceição
2022-03-19 02:52:32 +00:00
parent b2d135748a
commit 14f5fa606b
+2 -2
View File
@@ -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"