From 796100850074809b04a28dd03b46cd94feb2188f Mon Sep 17 00:00:00 2001 From: asmsuechan Date: Tue, 25 Apr 2017 00:05:28 -0700 Subject: [PATCH] Edit gruntfile.js --- gruntfile.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gruntfile.js b/gruntfile.js index 82f51bbc..e670debc 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -259,6 +259,9 @@ module.exports = function (grunt) { case 'osx': grunt.task.run(['compile', 'pack:osx']) break + case 'linux': + grunt.task.run(['compile', 'pack:linux']) + break } })