aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-client/package.json')
-rw-r--r--packages/meshbay-client/package.json26
1 files changed, 4 insertions, 22 deletions
diff --git a/packages/meshbay-client/package.json b/packages/meshbay-client/package.json
index 7d88f5b..42af9c5 100644
--- a/packages/meshbay-client/package.json
+++ b/packages/meshbay-client/package.json
@@ -10,10 +10,10 @@
"scripts": {
"start": "electron .",
"sync-ui": "node scripts/sync-ui.js",
- "dist": "npm run sync-ui && electron-builder --linux deb rpm"
+ "dist": "bash ../../packaging/build/build-client.sh"
},
"devDependencies": {
- "electron": "^42.11.1",
+ "electron": "^44.1.1",
"electron-builder": "^26.15.3"
},
"build": {
@@ -22,25 +22,7 @@
"files": [
"src/**",
"ui/**"
- ],
- "linux": {
- "target": [
- "deb",
- "rpm"
- ],
- "category": "Network",
- "synopsis": "Peer-to-peer file sharing, streaming and group chat"
- },
- "deb": {
- "depends": [
- "python3-meshbay-common"
- ]
- },
- "rpm": {
- "depends": [
- "python3-meshbay-common"
- ]
- }
+ ]
},
"dependencies": {
"bonjour-service": "^1.4.4",
@@ -50,6 +32,6 @@
"protobufjs": "^7.6.5"
},
"allowScripts": {
- "electron@42.11.1": true
+ "electron@44.1.1": true
}
}