From bdb19e09ff5b3a9468f55d188db8bf86363411ee Mon Sep 17 00:00:00 2001
From: Kayomani <kayomani@gmail.com>
Date: Mon, 21 Sep 2015 20:13:12 +0100
Subject: [PATCH] Build fix

---
 src/Jackett/Jackett.csproj | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/Jackett/Jackett.csproj b/src/Jackett/Jackett.csproj
index a252102b..2075278d 100644
--- a/src/Jackett/Jackett.csproj
+++ b/src/Jackett/Jackett.csproj
@@ -368,7 +368,9 @@
     <Content Include="Content\custom.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="Content\libs\filesize.min.js" />
+    <Content Include="Content\libs\filesize.min.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="Content\fonts\fontawesome-webfont.svg">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-- 
GitLab