mirror of
https://gitlab.com/ryzen-controller-team/ryzen-controller.git
synced 2024-12-22 10:03:28 +07:00
Updated electron to 5.*.
This commit is contained in:
parent
f234ae17a5
commit
3839876d7d
3
main.js
3
main.js
@ -152,7 +152,8 @@ if (!setupEvents.handleSquirrelEvent()) {
|
|||||||
width: 800,
|
width: 800,
|
||||||
height: 720,
|
height: 720,
|
||||||
webPreferences: {
|
webPreferences: {
|
||||||
nodeIntegration: true
|
nodeIntegration: true,
|
||||||
|
webviewTag: true,
|
||||||
},
|
},
|
||||||
icon: appIcon,
|
icon: appIcon,
|
||||||
show: false,
|
show: false,
|
||||||
|
2378
package-lock.json
generated
Normal file
2378
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -27,7 +27,7 @@
|
|||||||
"electron-winstaller": "^3.0.4"
|
"electron-winstaller": "^3.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"electron": "^4.2.4",
|
"electron": "^5.0.2",
|
||||||
"electron-packager": "^13.1.0"
|
"electron-packager": "^13.1.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
Loading…
Reference in New Issue
Block a user