зеркало из https://github.com/docker/kitematic.git
Put zip files in release dir
Signed-off-by: Jeffrey Morgan <jmorganca@gmail.com>
This commit is contained in:
Родитель
241b354c66
Коммит
252049115e
|
@ -2,6 +2,7 @@
|
|||
.swp
|
||||
build
|
||||
dist
|
||||
release
|
||||
installer
|
||||
node_modules
|
||||
coverage
|
||||
|
|
|
@ -195,7 +195,7 @@ module.exports = function (grunt) {
|
|||
].join(' && '),
|
||||
},
|
||||
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: {
|
||||
windows: {
|
||||
options: {
|
||||
archive: './dist/' + BASENAME + '-' + packagejson.version + '-Windows-Alpha.zip',
|
||||
archive: './release/' + BASENAME + '-' + packagejson.version + '-Windows-Alpha.zip',
|
||||
mode: 'zip'
|
||||
},
|
||||
files: [{
|
||||
|
|
Загрузка…
Ссылка в новой задаче