mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 05:43:19 +08:00
Fixed folder location for readme and license files in bin tar / zip package
This commit is contained in:
@ -16,7 +16,7 @@ module.exports = function(config) {
|
|||||||
{
|
{
|
||||||
expand: true,
|
expand: true,
|
||||||
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
|
src: ['LICENSE.md', 'README.md', 'NOTICE.md'],
|
||||||
dest: '<%= pkg.name %>/',
|
dest: '<%= pkg.name %>-<%= pkg.version %>/',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user