mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
New: Multi target net framework 4.6.2 and net core 3.0
This commit is contained in:
@@ -114,7 +114,7 @@ namespace NzbDrone.Update.UpdateEngine
|
||||
_diskTransferService.MirrorFolder(_appFolderInfo.GetUpdatePackageFolder(), installationFolder);
|
||||
|
||||
// Set executable flag on Lidarr app
|
||||
if (OsInfo.IsOsx)
|
||||
if (OsInfo.IsOsx || (OsInfo.IsLinux && PlatformInfo.IsNetCore))
|
||||
{
|
||||
_diskProvider.SetPermissions(Path.Combine(installationFolder, "Lidarr"), "0755", null, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user