mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-24 15:49:35 +00:00
fixed PackageOsxApp script
This commit is contained in:
parent
0ffb4e0bdf
commit
45aee406b4
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ Function PackageOsxApp()
|
|||
}
|
||||
|
||||
Copy-Item .\osx-app $outputFolderOsxApp\ -recurse
|
||||
Copy-Item $outputFolderOsx\* $outputFolderOsxApp\Sonarr.app\MacOS -recurse
|
||||
Copy-Item $outputFolderOsx\* $outputFolderOsxApp\Sonarr.app\Contents\MacOS -recurse
|
||||
|
||||
Write-Host "##teamcity[progressFinish 'Creating OS X App Package']"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue