summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorweearc2019-01-20 02:01:36 +0800
committerweearc2019-01-20 02:01:36 +0800
commitee67fec7ea63aa87986cc8a879a6ecc0435cce3c (patch)
treed3d8815701e21a06feda88863c97ad19626d680f /package.json
parent5de78572951a80a3cf477f3f60d88ed9dc055069 (diff)
downloadaur-ee67fec7ea63aa87986cc8a879a6ecc0435cce3c.tar.gz
fix errors in package.json
Diffstat (limited to 'package.json')
-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": [
{