mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Better default windows setup name
This commit is contained in:
@@ -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'
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user