From cdff1d2d40aa1069e2c8dbb475b27ad20de0f4ab Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 26 Jul 2015 15:20:08 -0600 Subject: [PATCH] Distribution fix --- Build.bat | 1 - src/Jackett.Distribution/Program.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/Build.bat b/Build.bat index ab089a767..320e860a8 100644 --- a/Build.bat +++ b/Build.bat @@ -10,7 +10,6 @@ copy /Y src\Jackett.Service\bin\Release\JackettService.exe build\JackettService. copy /Y src\Jackett.Service\bin\Release\JackettService.exe.config build\JackettService.exe.config copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe build\JackettTray.exe copy /Y src\Jackett.Tray\bin\Release\JackettTray.exe.config build\JackettTray.exe.config -copy /Y src\Jackett.Distribution\bin\Release\JackettDistribution.exe distributor.exe copy /Y LICENSE build\LICENSE copy /Y README.md build\README.md cd build diff --git a/src/Jackett.Distribution/Program.cs b/src/Jackett.Distribution/Program.cs index 8d24d76ee..af4a4a507 100644 --- a/src/Jackett.Distribution/Program.cs +++ b/src/Jackett.Distribution/Program.cs @@ -47,7 +47,6 @@ namespace Jackett.Distribution static Version GetJackettVersion() { - return new Version(5, 0, 1); var assemblyVersion = AssemblyName.GetAssemblyName(Path.Combine("Build", "Jackett.dll")).Version; return new Version(assemblyVersion.Major, assemblyVersion.Minor, assemblyVersion.Build); }