summarylogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorweearc2019-01-29 10:43:11 +0800
committerweearc2019-01-29 10:43:11 +0800
commitab9319db77e5bbd826c7245b1d69782c35226604 (patch)
tree10c94d65d402fe96b8882b3c7bd3f31d5275188f /package.json
parentdd311f1bdb3df7b7de06a6f5c59151a3aab87ca3 (diff)
downloadaur-ab9319db77e5bbd826c7245b1d69782c35226604.tar.gz
update
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": [
{