mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 12:46:23 +00:00
core: Add artifact name for Windows .NET Core (#7028)
This commit is contained in:
parent
b6e8f7261e
commit
b9dbba280b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ namespace Jackett.Common.Utils
|
|||
}
|
||||
case JackettVariant.CoreWindows:
|
||||
{
|
||||
return ""; //Not implemented yet
|
||||
return "Jackett.Binaries.Windows.zip";
|
||||
}
|
||||
case JackettVariant.CoreMacOs:
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue