From 2891065e50d69d997cf2b7c5f661d41c06df9157 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Sat, 14 Aug 2021 15:45:45 +0200 Subject: [PATCH] csproj: Copying the transcoder binary only to the output directory and not the source directory --- Kyoo/Kyoo.csproj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Kyoo/Kyoo.csproj b/Kyoo/Kyoo.csproj index 425968d3..f5ab73a6 100644 --- a/Kyoo/Kyoo.csproj +++ b/Kyoo/Kyoo.csproj @@ -49,12 +49,10 @@ Command="mkdir -p build %26%26 cd build %26%26 cmake .. %26%26 make -j" /> - - - + PreserveNewest false