Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
ingorichter committed Dec 18, 2014
2 parents 8d7fd70 + 776ac25 commit d9b1cae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function (grunt) {
resolve = common.resolve,
platform = common.platform(),
staging;

if (platform === "mac") {
staging = "installer/mac/staging/<%= build.name %>.app/Contents";
} else if (platform === "win") {
Expand Down Expand Up @@ -125,7 +125,10 @@ module.exports = function (grunt) {
{
"expand" : true,
"cwd" : "xcodebuild/Release/<%= build.name %>.app/",
"src" : ["**"],
"src" : [
"**",
"!**/Contents/Frameworks/Chromium Embedded Framework.framework/Libraries/**"
],
"dest" : "installer/mac/staging/<%= build.name %>.app/"
}
],
Expand Down

0 comments on commit d9b1cae

Please sign in to comment.