fixed mac app signing

This commit is contained in:
antelle 2017-05-21 10:00:40 +02:00
parent dd88eee287
commit d796dd36e1
1 changed files with 2 additions and 2 deletions

View File

@ -666,12 +666,12 @@ module.exports = function(grunt) {
grunt.registerTask('build-desktop-executables', [
'electron',
'codesign:app',
'sign-exe:win32-build-x64',
'sign-exe:win32-build-ia32',
'copy:desktop-darwin-helper-x64',
'copy:desktop-windows-helper-ia32',
'copy:desktop-windows-helper-x64'
'copy:desktop-windows-helper-x64',
'codesign:app'
]);
grunt.registerTask('build-desktop-archives', [