Fix build script issue.

This commit is contained in:
Roman Telezhynskyi 2023-09-26 16:00:41 +03:00
parent bc13cc6c10
commit 86dac2c466

View File

@ -71,7 +71,7 @@ VAppleApplicationDiskImage {
// set to false to use a solid-color background (see dmg.backgroundColor below) // set to false to use a solid-color background (see dmg.backgroundColor below)
property bool useImageBackground: true property bool useImageBackground: true
Group { Group {
name "Background image" name: "Background image"
condition: useImageBackground condition: useImageBackground
files: { files: {
if (buildconfig.enableMultiBundle) if (buildconfig.enableMultiBundle)