Improvements for signlebundle.
Don't copy debug files inside a bundle when build with crash reports.
This commit is contained in:
parent
d1567560d9
commit
7d00832c6a
|
@ -107,7 +107,7 @@ Module {
|
||||||
"destination": installRoot + "/" + targetApp + ".app/Contents/MacOS/" + input.fileName
|
"destination": installRoot + "/" + targetApp + ".app/Contents/MacOS/" + input.fileName
|
||||||
});
|
});
|
||||||
|
|
||||||
if (product.installDebugInformation)
|
if (product.installDebugInformation && !(buildconfig.useConanPackages && buildconfig.conanCrashReportingEnabled))
|
||||||
data.push({
|
data.push({
|
||||||
"source" : product.buildDirectory + "/" + input.fileName + ".app" + product.cpp.debugInfoBundleSuffix,
|
"source" : product.buildDirectory + "/" + input.fileName + ".app" + product.cpp.debugInfoBundleSuffix,
|
||||||
"destination": installRoot + "/" + targetApp + ".app/Contents/MacOS/" + fileName +
|
"destination": installRoot + "/" + targetApp + ".app/Contents/MacOS/" + fileName +
|
||||||
|
|
Loading…
Reference in New Issue
Block a user