[1.3.1] Update DEPS and turn off DevMode

main
Joaquin 2 years ago
parent 0a3e0d9875
commit 8f450f756f
Signed by: puly
GPG Key ID: 9E9299CD96C65EC6
  1. 2
      main.js
  2. 4418
      package-lock.json
  3. 2
      package.json

@ -14,7 +14,7 @@ const createWindow = () => {
webPreferences: {
nodeIntegration: true,
contextIsolation: false,
devTools: true,
devTools: false,
},
autoHideMenuBar: true
})

4418
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,6 +1,6 @@
{
"name": "univator",
"version": "1.3.0",
"version": "1.3.1",
"description": "Microsoft Product Activator",
"main": "main.js",
"scripts": {

Loading…
Cancel
Save