Add grunt todo
This commit is contained in:
parent
634b7dbb39
commit
16753d6c6f
1 changed files with 2 additions and 0 deletions
|
@ -346,6 +346,8 @@ module.exports = function(grunt) {
|
|||
});
|
||||
done();
|
||||
});
|
||||
|
||||
// TODO: chmod u+r win-unpacked/**/*
|
||||
});
|
||||
|
||||
grunt.registerTask('unit-tests', 'Run unit tests inside Electron', function() {
|
||||
|
|
Loading…
Reference in a new issue