mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-02 08:34:32 +02:00
core: Add artifact name for Windows .NET Core (#7028)
This commit is contained in:
@@ -79,7 +79,7 @@ namespace Jackett.Common.Utils
|
||||
}
|
||||
case JackettVariant.CoreWindows:
|
||||
{
|
||||
return ""; //Not implemented yet
|
||||
return "Jackett.Binaries.Windows.zip";
|
||||
}
|
||||
case JackettVariant.CoreMacOs:
|
||||
{
|
||||
|
Reference in New Issue
Block a user