1
0
Fork 0
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:
junglebus 2020-02-06 13:22:54 +11:00 committed by GitHub
parent b6e8f7261e
commit b9dbba280b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@ namespace Jackett.Common.Utils
}
case JackettVariant.CoreWindows:
{
return ""; //Not implemented yet
return "Jackett.Binaries.Windows.zip";
}
case JackettVariant.CoreMacOs:
{