Skip to content

Commit

Permalink
Specific task for OSX only incl appdmg
Browse files Browse the repository at this point in the history
  • Loading branch information
Göran Krampe committed Mar 27, 2018
1 parent 9e2c82a commit 5968e6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ module.exports = function (grunt) {
grunt.registerTask('prod', ['default', 'uglify'])
grunt.registerTask('translate', ['nggettext_extract'])
grunt.registerTask('desktop', ['prod', 'exec:cleanbuild', 'nwjs', 'exec:desktopLinux', 'copy:linux', 'copy:linux_native', 'copy:osx_native', 'exec:ziplinux', 'exec:appimage', 'exec:ziposx', 'exec:zipwin'])
grunt.registerTask('desktoposx64', ['prod', 'exec:cleanbuild', 'nwjs', 'copy:osx_native', 'exec:ziposx', 'appdmg'])
grunt.registerTask('desktopwin64', ['prod', 'exec:cleanbuild', 'nwjs', 'exec:zipwin'])
grunt.registerTask('osx', ['prod', 'nwjs', 'copy:osx_native', 'appdmg', 'exec:osxsign'])
grunt.registerTask('osx-debug', ['default', 'nwjs'])
Expand Down

0 comments on commit 5968e6a

Please sign in to comment.