[Installer] Always try to run a quickbuild

Quickbuild supports incremental builds and is quicker if a installer
was already built before. If no previous installer is available, it will
fall back to full build.

ref T344
This commit is contained in:
Roland Winklmeier
2018-09-17 10:50:06 +02:00
committed by Klaus Basan
parent 766fda56c8
commit 48ee76f5cb

View File

@@ -223,7 +223,7 @@ bitrock_builder_bin = $$(BITROCK_BUILDER)
INSTALLER_EXT = run
ARCHITECTURE = 64
}
create_installer.commands = $${bitrock_builder_bin} build $${bitrock_project} $${INSTALLER_PLATFORM} \
create_installer.commands = $${bitrock_builder_bin} quickbuild $${bitrock_project} $${INSTALLER_PLATFORM} \
--setvars project.outputDirectory=$$shell_path($${PREFIX}/..) \
project.installerFilename=$${INSTALLER_BASENAME}.$${INSTALLER_EXT} \
project.version=$${BLACK_VERSION} \