From 205d32cab87785fa5a0551ecf0ea15a5b26a126d Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Thu, 1 Jun 2017 18:02:03 -0700 Subject: [PATCH] Don't ship libgit2 in-box --- script/lib/include-path-in-packaged-app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/script/lib/include-path-in-packaged-app.js b/script/lib/include-path-in-packaged-app.js index fc9f9241a..13f59f94b 100644 --- a/script/lib/include-path-in-packaged-app.js +++ b/script/lib/include-path-in-packaged-app.js @@ -47,6 +47,7 @@ const EXCLUDE_REGEXPS_SOURCES = [ escapeRegExp(path.join('build', 'Release', 'obj.target')), escapeRegExp(path.join('build', 'Release', 'obj')), escapeRegExp(path.join('build', 'Release', '.deps')), + escapeRegExp(path.join('deps', 'libgit2')), escapeRegExp(path.join('vendor', 'apm')), // These are only required in dev-mode, when pegjs grammars aren't precompiled