mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 14:12:26 +08:00
Windows build: updates to build stuff to create better windows packages
This commit is contained in:
@ -55,7 +55,7 @@ module.exports = function(grunt) {
|
||||
grunt.config('copy.backend_bin', {
|
||||
cwd: 'bin',
|
||||
expand: true,
|
||||
src: ['grafana-server'],
|
||||
src: ['*'],
|
||||
options: { mode: true},
|
||||
dest: '<%= tempDir %>/bin/'
|
||||
});
|
||||
|
Reference in New Issue
Block a user