summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
},