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 | ||||
| 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: [{ | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue