summaryrefslogtreecommitdiff
path: root/electron
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2019-04-12 16:14:12 -0400
committerLex Neva <github.com@lexneva.name>2019-04-12 16:14:12 -0400
commit682f1c8a2ebef1e916183941df7be1bda2fd3b28 (patch)
treea1b7195028044df3e420939b2fe494fa1b4ffbe8 /electron
parentd373cac9777543d450049de59c1b2f6dea7be7d6 (diff)
pack to directory only
Diffstat (limited to 'electron')
-rw-r--r--electron/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/electron/package.json b/electron/package.json
index 1a7f8160..1306eb68 100644
--- a/electron/package.json
+++ b/electron/package.json
@@ -9,11 +9,13 @@
"dist": "electron-builder"
},
"build": {
- "linux": { "target": "dir" }
+ "linux": { "target": "dir" },
+ "win": { "target": "dir" },
+ "mac": { "target": "dir" }
},
"keywords": [],
"author": "lex",
- "license": "GPL-3.0-or-later",
+ "license": "GPL-3.0+",
"dependencies": {
"electron-compile": "^6.4.4"
},