mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -07:00
New: Removed libcurl http fallback since mono 5.16+ doesn't need it. Also bumped minimum mono version check to 5.16 (5.20 is the best choice atm)
This commit is contained in:
parent
1425bc8bd9
commit
26c8768931
23 changed files with 205 additions and 462 deletions
9
build.sh
9
build.sh
|
@ -171,9 +171,6 @@ PackageMono()
|
|||
rm -f $outputFolderLinux/sqlite3.*
|
||||
rm -f $outputFolderLinux/fpcalc*
|
||||
|
||||
echo "Adding CurlSharp.dll.config (for dllmap)"
|
||||
cp $sourceFolder/NzbDrone.Common/CurlSharp.dll.config $outputFolderLinux
|
||||
|
||||
echo "Renaming Lidarr.Console.exe to Lidarr.exe"
|
||||
rm $outputFolderLinux/Lidarr.exe*
|
||||
for file in $outputFolderLinux/Lidarr.Console.exe*; do
|
||||
|
@ -252,12 +249,6 @@ PackageTests()
|
|||
|
||||
CleanFolder $testPackageFolder true
|
||||
|
||||
echo "Adding CurlSharp.dll.config (for dllmap)"
|
||||
cp $sourceFolder/NzbDrone.Common/CurlSharp.dll.config $testPackageFolder
|
||||
|
||||
echo "Copying CurlSharp libraries"
|
||||
cp $sourceFolder/ExternalModules/CurlSharp/libs/i386/* $testPackageFolder
|
||||
|
||||
echo "Adding sqlite dylibs"
|
||||
cp $sourceFolder/Libraries/Sqlite/*.dylib $testPackageFolder
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue