[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. 4422
      package-lock.json
  3. 2
      package.json

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

4422
package-lock.json generated

File diff suppressed because it is too large Load Diff

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

Loading…
Cancel
Save