build: adds IANA timezone info to windows build (#21001)

This commit is contained in:
Leonard Gram
2019-12-10 16:00:37 +01:00
committed by GitHub
parent 2d5dc5d6b2
commit 67d83d1ffc
2 changed files with 4 additions and 1 deletions

View File

@ -33,7 +33,7 @@ module.exports = function(grunt) {
});
grunt.config('copy.backend_files', {
expand: true,
src: ['conf/**', 'tools/phantomjs/*', 'scripts/*'],
src: ['conf/**', 'tools/**', 'scripts/*'],
options: { mode: true},
dest: '<%= tempDir %>'
});