summaryrefslogtreecommitdiff
path: root/linux/llmr-app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'linux/llmr-app.gyp')
-rw-r--r--linux/llmr-app.gyp12
1 files changed, 12 insertions, 0 deletions
diff --git a/linux/llmr-app.gyp b/linux/llmr-app.gyp
index 2310613583..c6ab686cbc 100644
--- a/linux/llmr-app.gyp
+++ b/linux/llmr-app.gyp
@@ -52,6 +52,7 @@
'dependencies': [
'../llmr.gyp:llmr-x86',
'default_stylesheet',
+ 'certificate_bundle',
],
},
{
@@ -67,6 +68,17 @@
'destination': '<(PRODUCT_DIR)'
}
]
+ },
+ {
+ 'target_name': 'certificate_bundle',
+ 'type': 'none',
+ 'hard_dependency': 1,
+ 'copies': [
+ {
+ 'files': [ '../common/ca-bundle.crt' ],
+ 'destination': '<(PRODUCT_DIR)'
+ }
+ ]
}
],
}