File tree 4 files changed +4
-1
lines changed
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -152,6 +152,9 @@ Function PackageOsx()
152
152
Write-Host " Adding MediaInfo dylib"
153
153
Copy-Item " $sourceFolder \Libraries\MediaInfo\*.dylib" " $outputFolderOsx "
154
154
155
+ Write-Host " Adding Startup script"
156
+ Copy-Item .\osx\Sonarr " $outputFolderOsx "
157
+
155
158
Write-Host " ##teamcity[progressFinish 'Creating OS X Package']"
156
159
}
157
160
@@ -165,7 +168,7 @@ Function PackageOsxApp()
165
168
Remove-Item - Recurse - Force $outputFolderOsxApp - ErrorAction Continue
166
169
}
167
170
168
- Copy-Item .\osx- app $outputFolderOsxApp \ - recurse
171
+ Copy-Item .\osx\Sonarr. app $outputFolderOsxApp \Sonarr.app - recurse
169
172
Copy-Item $outputFolderOsx \* $outputFolderOsxApp \Sonarr.app\Contents\MacOS - recurse
170
173
171
174
Write-Host " ##teamcity[progressFinish 'Creating OS X App Package']"
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments