From e2fb54f88d66454758e1492272fa0d8a4083e850 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 4 Apr 2020 20:07:26 +0200 Subject: [PATCH] desktop-darwin --- grunt.entrypoints.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/grunt.entrypoints.js b/grunt.entrypoints.js index 8f6a57e8..c2001dd1 100644 --- a/grunt.entrypoints.js +++ b/grunt.entrypoints.js @@ -33,6 +33,15 @@ module.exports = function(grunt) { 'build-desktop-dist-linux' ]); + // prettier-ignore + grunt.registerTask('desktop-darwin', 'Build desktop apps on macos', [ + 'gitinfo', + 'clean:desktop', + 'build-desktop-app-content', + 'build-desktop-executables-darwin', + 'build-desktop-dist-darwin' + ]); + // prettier-ignore grunt.registerTask('cordova', 'Build cordova app', [ 'default',