1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

updater fixes

This commit is contained in:
Andrew Simachev 2021-04-05 15:27:55 +03:00
parent 4ee20552ad
commit 2c603d24df
3 changed files with 3931 additions and 2262 deletions

View file

@ -566,6 +566,7 @@ function autoUpdaterInit () {
autoUpdater.logger = log;
autoUpdater.logger.transports.file.level = 'debug';
autoUpdater.autoDownload = false;
autoUpdater.autoInstallOnAppQuit = false;
autoUpdater.channel = config.channel;
clearTimeout(timeoutUpdate);

6189
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
{
"name": "anytype2",
"version": "0.17.42-alpha",
"version": "0.17.41-alpha",
"description": "Anytype",
"main": "electron.js",
"scripts": {
@ -217,7 +217,6 @@
"node_modules/electron-updater",
"node_modules/electron-util",
"node_modules/electron-window-state",
"node_modules/esprima",
"node_modules/ext-list",
"node_modules/ext-name",
"node_modules/file-type",