From 93c40aef938960f04d91ca79e2d70b60d19ad581 Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 13 Oct 2022 18:58:59 +0300 Subject: [PATCH] disable clear old biulds --- src/CQtDeployer/Deploy/CQtDeployer.json.in | 2 +- src/CQtDeployer/Deploy/CQtDeployerSingle.json.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/CQtDeployer/Deploy/CQtDeployer.json.in b/src/CQtDeployer/Deploy/CQtDeployer.json.in index 51a7c4b..b249511 100644 --- a/src/CQtDeployer/Deploy/CQtDeployer.json.in +++ b/src/CQtDeployer/Deploy/CQtDeployer.json.in @@ -26,7 +26,7 @@ "src/CQtDeployer/CQtDeployer", "src/CQtDeployer/CQtDeployer.exe" ], - "clear": true, + "clear": false, "binPrefix": "@CMAKE_BINARY_DIR@", "libDir": [ "@CMAKE_SOURCE_DIR@", diff --git a/src/CQtDeployer/Deploy/CQtDeployerSingle.json.in b/src/CQtDeployer/Deploy/CQtDeployerSingle.json.in index c4a105c..39c02b2 100644 --- a/src/CQtDeployer/Deploy/CQtDeployerSingle.json.in +++ b/src/CQtDeployer/Deploy/CQtDeployerSingle.json.in @@ -6,7 +6,7 @@ "src/CQtDeployer/CQtDeployer.exe" ], - "clear": true, + "clear": false, "binPrefix": "@CMAKE_BINARY_DIR@", "libDir": [ "@CMAKE_SOURCE_DIR@",