summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json
index 64aadfc1ba45..5e620eee529c 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,14 @@
"dist/electron/**/*"
],
"linux": {
- "target": "dir"
+ "target": ["dir"],
+ "extraResources": {
+ "from": "./extra/linux/",
+ "to": "./",
+ "filter": [
+ "**/*"
+ ]
+ }
},
"publish": [
{