v1.11.1-rc.1

This commit is contained in:
RiotRobot 2022-07-12 14:37:18 +01:00
parent 616263919d
commit af2fea8780

View File

@ -2,7 +2,7 @@
"name": "element-desktop", "name": "element-desktop",
"productName": "Element", "productName": "Element",
"main": "lib/electron-main.js", "main": "lib/electron-main.js",
"version": "1.11.0", "version": "1.11.1-rc.1",
"description": "A feature-rich client for Matrix.org", "description": "A feature-rich client for Matrix.org",
"author": "Element", "author": "Element",
"repository": { "repository": {
@ -122,7 +122,10 @@
"darkModeSupport": true "darkModeSupport": true
}, },
"win": { "win": {
"target": ["squirrel", "msi"], "target": [
"squirrel",
"msi"
],
"sign": "scripts/electron_winSign" "sign": "scripts/electron_winSign"
}, },
"msi": { "msi": {