summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0fe56d6ee4c8..c0f0b2cd2f48 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,16 @@
"dist/electron/**/*"
],
"linux": {
- "target": ["dir"]
+ "target": [
+ "dir"
+ ],
+ "extraResources": {
+ "from": "./extra/linux/",
+ "to": "./",
+ "filter": [
+ "**/*"
+ ]
+ }
},
"publish": [
{