Commit 7f91b47c authored by Laura Heimann's avatar Laura Heimann

updated all modules, bumped version

parent ec501b4c
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,7 +4,7 @@
"description": "SpinSha.re Client",
"homepage": "https://spinsha.re",
"copyright": "Copyright © SpinSha.re",
"version": "2.5.2",
"version": "2.5.3",
"author": "SpinSha.re",
"private": true,
"scripts": {
......@@ -47,10 +47,10 @@
"@vue/cli-service": "~4.3.0",
"chalk": "^4.1.0",
"chalk-table": "^1.0.2",
"electron": "^6.1.12",
"electron": "^12.0.2",
"less": "^3.12.2",
"less-loader": "^5.0.0",
"vue-cli-plugin-electron-builder": "~1.4.6",
"vue-cli-plugin-electron-builder": "^2.0.0-rc.6",
"vue-template-compiler": "^2.6.11"
}
}
......@@ -68,7 +68,9 @@ function createWindow () {
minWidth: 1400,
backgroundColor: '#212629',
webPreferences: {
nodeIntegration: true
nodeIntegration: true,
contextIsolation: false,
enableRemoteModule: true
}
});
......
module.exports = {
pluginOptions: {
electronBuilder: {
nodeIntegration: true,
builderOptions: {
productName: "SpinShare",
appId: "re.spinsha.client",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment