From 86dac2c466a8b4fb670bfe42a3ba5015bc42b7c7 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Tue, 26 Sep 2023 16:00:41 +0300 Subject: [PATCH] Fix build script issue. --- dmg.qbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmg.qbs b/dmg.qbs index a5c06c4b5..e3fb70270 100755 --- a/dmg.qbs +++ b/dmg.qbs @@ -71,7 +71,7 @@ VAppleApplicationDiskImage { // set to false to use a solid-color background (see dmg.backgroundColor below) property bool useImageBackground: true Group { - name "Background image" + name: "Background image" condition: useImageBackground files: { if (buildconfig.enableMultiBundle)