mirror of
https://github.com/riegera2412/UVtools.git
synced 2026-07-09 01:52:32 +02:00
Update CreateRelease.WPF.ps1
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user