From b9f5b06fbbd64ecbdab7b849585b7c2026faa0f8 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Thu, 21 Sep 2023 17:39:56 +0300 Subject: [PATCH] Copy signed executable inside app bundle when build single bundle build. --- qbs/modules/multibundle/multibundle.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qbs/modules/multibundle/multibundle.qbs b/qbs/modules/multibundle/multibundle.qbs index 201a3a38c..05dd74bff 100644 --- a/qbs/modules/multibundle/multibundle.qbs +++ b/qbs/modules/multibundle/multibundle.qbs @@ -70,7 +70,7 @@ Module { Rule { // alwaysRun: true condition: product.qbs.targetOS.contains("macos") && !product.buildconfig.enableMultiBundle && product.type.contains("application") - inputs: ["application"] + inputs: ["bundle.application-executable"] outputFileTags: ["multibundle"] outputArtifacts: { var artifactNames = [];