mirror of https://github.com/docker/docs.git
Better default windows setup name
This commit is contained in:
parent
8284c72b8f
commit
be86b9dfd2
|
|
@ -209,7 +209,7 @@ module.exports = function (grunt) {
|
|||
rename: {
|
||||
installer: {
|
||||
src: 'installer/Setup.exe',
|
||||
dest: 'installer/' + BASENAME + 'Setup-' + packagejson.version + '.exe'
|
||||
dest: 'installer/' + BASENAME + 'Setup-' + packagejson.version + '-Windows.exe'
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue