diff --git a/Gruntfile.js b/Gruntfile.js index 23e75b10d..b747cfd30 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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() {