mirror of https://github.com/docker/docs.git
Put zip files in release dir
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
parent
241b354c66
commit
252049115e
|
|
@ -2,6 +2,7 @@
|
||||||
.swp
|
.swp
|
||||||
build
|
build
|
||||||
dist
|
dist
|
||||||
|
release
|
||||||
installer
|
installer
|
||||||
node_modules
|
node_modules
|
||||||
coverage
|
coverage
|
||||||
|
|
|
||||||
|
|
@ -195,7 +195,7 @@ module.exports = function (grunt) {
|
||||||
].join(' && '),
|
].join(' && '),
|
||||||
},
|
},
|
||||||
zip: {
|
zip: {
|
||||||
command: 'ditto -c -k --sequesterRsrc --keepParent <%= OSX_FILENAME_ESCAPED %> dist/' + BASENAME + '-' + packagejson.version + '-Mac.zip',
|
command: 'ditto -c -k --sequesterRsrc --keepParent <%= OSX_FILENAME_ESCAPED %> release/' + BASENAME + '-' + packagejson.version + '-Mac.zip',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -206,7 +206,7 @@ module.exports = function (grunt) {
|
||||||
compress: {
|
compress: {
|
||||||
windows: {
|
windows: {
|
||||||
options: {
|
options: {
|
||||||
archive: './dist/' + BASENAME + '-' + packagejson.version + '-Windows-Alpha.zip',
|
archive: './release/' + BASENAME + '-' + packagejson.version + '-Windows-Alpha.zip',
|
||||||
mode: 'zip'
|
mode: 'zip'
|
||||||
},
|
},
|
||||||
files: [{
|
files: [{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue