mirror of
https://github.com/Jackett/Jackett
synced 2025-01-01 04:38:20 +00:00
Enable Linux x64 build
This commit is contained in:
parent
a25f2016dc
commit
d07b6ae863
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ Task("Package-DotNetCore-LinuxAMDx64")
|
|||
CopyFileToDirectory("./install_service_systemd.sh", buildOutputPath);
|
||||
CopyFileToDirectory("./Upstart.config", buildOutputPath);
|
||||
|
||||
Gzip($"./BuildOutput/{netCoreFramework}/{runtimeId}", $"./{artifactsDirName}", "Jackett", "Experimental.Jackett.Binaries.LinuxAMDx64.tar.gz");
|
||||
Gzip($"./BuildOutput/{netCoreFramework}/{runtimeId}", $"./{artifactsDirName}", "Jackett", "Jackett.Binaries.LinuxAMDx64.tar.gz");
|
||||
});
|
||||
|
||||
Task("Package-DotNetCore-LinuxARM32")
|
||||
|
|
Loading…
Reference in a new issue