mirror of https://github.com/Radarr/Radarr
Fixes OSX Application name.
This commit is contained in:
parent
6e2ded5d33
commit
69786b3968
4
build.sh
4
build.sh
|
@ -192,8 +192,8 @@ PackageOsxApp()
|
|||
rm -rf $outputFolderOsxApp
|
||||
mkdir $outputFolderOsxApp
|
||||
|
||||
cp -r ./osx/Sonarr.app $outputFolderOsxApp
|
||||
cp -r $outputFolderOsx $outputFolderOsxApp/Sonarr.app/Contents/MacOS
|
||||
cp -r ./osx/Radarr.app $outputFolderOsxApp
|
||||
cp -r $outputFolderOsx $outputFolderOsxApp/Radarr.app/Contents/MacOS
|
||||
|
||||
echo "##teamcity[progressFinish 'Creating OS X App Package']"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue