chore: release v1.2.0

This commit is contained in:
sorlinv
2026-02-26 16:19:46 +01:00
parent 25fc46851c
commit 447801870e

View File

@@ -5,7 +5,7 @@
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"start": "electron .", "start": "electron .",
"build": "electron-builder", "build": "electron-builder --linux --win",
"release": "bash release.sh" "release": "bash release.sh"
}, },
"author": "", "author": "",
@@ -25,10 +25,12 @@
"version.json" "version.json"
], ],
"linux": { "linux": {
"target": "dir" "target": "dir",
"arch": ["x64"]
}, },
"win": { "win": {
"target": "dir", "target": "dir",
"arch": ["x64"],
"signAndEditExecutable": false "signAndEditExecutable": false
} }
} }