Skip to content

Commit

Permalink
gruntfile: Allow a none platform to skip platform-specific tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
kiike committed Jul 11, 2024
1 parent 15d4513 commit 1de29ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,11 @@ module.exports = function (grunt) {
"copy:aarch64", //-- Copy the Linux build dir to ARM build dir
"shell:mergeAarch64",
"compress:Aarch64"
]
],

//-- NO TARGET
//-- Use this to skip running platform-specific tasks
"none": []
};

//---------------------------------------------------------------
Expand Down

0 comments on commit 1de29ba

Please sign in to comment.