mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 05:44:50 +00:00
Update build.sh
Fixes crash for Mono, because it tried to use a system tray (Not available on linux & osx)
This commit is contained in:
parent
ed1174affb
commit
a6c79cd5d8
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -154,8 +154,8 @@ PackageMono()
|
|||
cp $sourceFolder/NzbDrone.Common/CurlSharp.dll.config $outputFolderMono
|
||||
|
||||
echo "Renaming NzbDrone.Console.exe to NzbDrone.exe"
|
||||
rm $outputFolderMono/NzbDrone.exe*
|
||||
for file in $outputFolderMono/NzbDrone.Console.exe*; do
|
||||
rm $outputFolderMono/Radarr.exe*
|
||||
for file in $outputFolderMono/Radarr.Console.exe*; do
|
||||
mv "$file" "${file//.Console/}"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue