Improvements for signlebundle.

Don't copy debug files inside a bundle when build with crash reports.
This commit is contained in:
Roman Telezhynskyi 2024-04-03 18:47:50 +03:00
parent d1567560d9
commit 7d00832c6a

View File

@ -107,7 +107,7 @@ Module {
"destination": installRoot + "/" + targetApp + ".app/Contents/MacOS/" + input.fileName
});
if (product.installDebugInformation)
if (product.installDebugInformation && !(buildconfig.useConanPackages && buildconfig.conanCrashReportingEnabled))
data.push({
"source" : product.buildDirectory + "/" + input.fileName + ".app" + product.cpp.debugInfoBundleSuffix,
"destination": installRoot + "/" + targetApp + ".app/Contents/MacOS/" + fileName +