summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2025-11-18 09:51:34 +0000
committers-ol <s+removethis@s-ol.nu>2025-11-18 09:51:34 +0000
commit241f16c950aac8b3093859ed1ad405273ab70512 (patch)
tree23e9b52da9dd66c426e1fe33efa9d3013e76a607 /package.json
parentadd electron CI builds (diff)
downloadxxy-oscilloscope-master.tar.gz
xxy-oscilloscope-master.zip
update to electron 39HEADmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json15
1 files changed, 12 insertions, 3 deletions
diff --git a/package.json b/package.json
index 62f41d5..271d049 100644
--- a/package.json
+++ b/package.json
@@ -3,16 +3,25 @@
"productName": "XXY Oscilloscope",
"version": "1.1.0",
"main": "main.js",
+ "build": {
+ "appId": "nu.s-ol.XXYOscilloscope",
+ "mac": {
+ "category": "public.app-category.music"
+ }
+ },
"scripts": {
"start": "electron .",
- "build": "rm -rf dist && mkdir dist && cd dist && electron-packager .. --all"
+ "build:dir": "electron-builder --dir",
+ "build": "electron-builder",
+ "postinstall": "electron-builder install-app-deps"
},
"repository": {
"type": "git",
"url": "git@git.s-ol.nu:public/xxy-oscilloscope.git"
},
"license": "MIT",
- "dependencies": {
- "electron": "^5.0.8"
+ "devDependencies": {
+ "electron": "^39.2.1",
+ "electron-builder": "^26.0.12"
}
}