File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 22 "name" : " element-desktop" ,
33 "productName" : " Element" ,
44 "main" : " lib/electron-main.js" ,
5- "version" : " 1.11.0 " ,
5+ "version" : " 1.11.1 " ,
66 "description" : " A feature-rich client for Matrix.org" ,
77 "author" : " Element" ,
88 "repository" : {
4242 "dependencies" : {
4343 "auto-launch" : " ^5.0.5" ,
4444 "counterpart" : " ^0.18.6" ,
45- "electron-store" : " ^6 .0.1 " ,
45+ "electron-store" : " ^8 .0.2 " ,
4646 "electron-window-state" : " ^5.0.3" ,
4747 "minimist" : " ^1.2.6" ,
4848 "png-to-ico" : " ^2.1.1" ,
8888 "matrix-seshat" : " ^2.3.3" ,
8989 "keytar" : " ^7.9.0"
9090 },
91+ "resolutions" : {
92+ "@types/node" : " 16.11.38"
93+ },
9194 "build" : {
9295 "appId" : " im.riot.app" ,
9396 "asarUnpack" : " **/*.node" ,
119122 "darkModeSupport" : true
120123 },
121124 "win" : {
122- "target" : {
123- "target" : " squirrel"
124- },
125+ "target" : [
126+ " squirrel" ,
127+ " msi"
128+ ],
125129 "sign" : " scripts/electron_winSign"
126130 },
131+ "msi" : {
132+ "perMachine" : true
133+ },
127134 "directories" : {
128135 "output" : " dist"
129136 },
You can’t perform that action at this time.
0 commit comments