aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2017-07-10 09:32:17 -0700
committerJake Petroules <jake.petroules@qt.io>2017-07-19 07:26:17 +0000
commitc9f8116412887e5082dc5163dbb43e4a964454c8 (patch)
tree0c2e533fcb6adaad1ea76e1aa8d3c3ff8ceea8b3 /src/packages
parentc52731a65f80ef557998bbc0b06b24f189a88724 (diff)
Modify make-release-archive.sh to produce both archive types at once
This script is for OUR release process, and doesn't need to be more general than that especially when wrapping such a small git command. Also clean it up a bit make it properly exit on error. Change-Id: I117a01b344f3afe6360e58b2408f352e33dde356 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'src/packages')
-rw-r--r--src/packages/packages.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/packages/packages.qbs b/src/packages/packages.qbs
index a4e0f3b4b..29cc879e7 100644
--- a/src/packages/packages.qbs
+++ b/src/packages/packages.qbs
@@ -16,7 +16,7 @@ Project {
name: "Scripts"
prefix: "../../scripts/"
files: [
- "make-release-archive.sh",
+ "make-release-archives.sh",
"make-release-archives.bat",
]
}