aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make-release-archives.bat
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-07-13 21:03:50 -0700
committerJake Petroules <jake.petroules@qt.io>2017-07-19 07:22:06 +0000
commitc52731a65f80ef557998bbc0b06b24f189a88724 (patch)
tree65c4f67604dfaf8bb25d59fbe399956f682dfb08 /scripts/make-release-archives.bat
parent74616c4690b4f638314aae53de7de7f8ac1998f9 (diff)
Add the creation of a Chocolatey package to our release process
This is maintained by upstream developers and so should just be a part of the official release process to begin with. This has been tested with the Docker-based release instructions and provides the additional security property to Chocolatey users of having an authoritative source from which to obtain to the .nupkg which can then be installed without network access to packages.chocolatey.org. Change-Id: I6d20201451cd3a7f080a81c1dee6b515671e2105 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'scripts/make-release-archives.bat')
-rw-r--r--scripts/make-release-archives.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/make-release-archives.bat b/scripts/make-release-archives.bat
index 21d364855..19e06bcec 100644
--- a/scripts/make-release-archives.bat
+++ b/scripts/make-release-archives.bat
@@ -71,5 +71,6 @@ qbs build --settings-dir "%builddir%\.settings"^
release "qbs.installRoot:%builddir%\qbs-windows-x86-%version%" profile:qt^
release-64 "qbs.installRoot:%builddir%\qbs-windows-x86_64-%version%" profile:qt64 || exit /b
+copy /y "%builddir%\build\release\qbs.%version%.nupkg" dist || exit /b
copy /y "%builddir%\build\release\qbs-windows-x86-%version%.zip" dist || exit /b
copy /y "%builddir%\build\release-64\qbs-windows-x86_64-%version%.zip" dist || exit /b