aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-07-13 21:03:05 -0700
committerJake Petroules <jake.petroules@qt.io>2017-07-18 17:06:34 +0000
commit74616c4690b4f638314aae53de7de7f8ac1998f9 (patch)
treea71f98f4b86a8db718774791b035e4f8209ad3aa /scripts
parent1c03efbc4427d59092c50ce0746ec8a07052102c (diff)
Organize the 'dist' release package into a new file structure
This prepares for adding products for additional release packages. Change-Id: I38d8745764ee6044589ff6298b739dde17d573c1 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io> Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/make-release-archives.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make-release-archives.bat b/scripts/make-release-archives.bat
index 6f3140805..21d364855 100644
--- a/scripts/make-release-archives.bat
+++ b/scripts/make-release-archives.bat
@@ -67,7 +67,7 @@ REM where the current directory is a symlink
qbs build --settings-dir "%builddir%\.settings"^
-f "%builddir%\source" -d "%builddir%\build"^
- -p dist qbs.buildVariant:release products.dist.includeTopLevelDir:true^
+ -p dist qbs.buildVariant:release "products.qbs archive.includeTopLevelDir:true"^
release "qbs.installRoot:%builddir%\qbs-windows-x86-%version%" profile:qt^
release-64 "qbs.installRoot:%builddir%\qbs-windows-x86_64-%version%" profile:qt64 || exit /b