Skip to content
Snippets Groups Projects
Commit 2af258f6 authored by azubieta's avatar azubieta
Browse files

Merge branch 'publish_zsync' into 'development'

Publish zsync

See merge request dfn2/pling-store!14
parents d342569a 758a51a1
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ function createWindow() {
mainWindow.loadURL(indexFileUrl);
mainWindow.maximize();
mainWindow.on('close', () => {
const appConfigStore = new ElectronStore({name: appConfigStoreStorage});
appConfigStore.set('windowBounds', mainWindow.getBounds());
......
......@@ -20,8 +20,7 @@
"electron-updater": "^4.1.2",
"esm": "3.*.*",
"lit-html": "1.*.*",
"request": "2.*.*",
"update-electron-app": "^1.5.0"
"request": "2.*.*"
},
"devDependencies": {
"electron": "4.*.*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment