mirror of https://github.com/keeweb/keeweb
year
parent
2bb4584235
commit
6788b77f32
|
@ -4,7 +4,7 @@
|
|||
// It checks whether the app is available in userData folder and if its version is higher than local, launches it
|
||||
// This script is the only part which will be updated only with the app itself, auto-update will not change it
|
||||
|
||||
// (C) Antelle 2017, MIT license https://github.com/keeweb/keeweb
|
||||
// (C) Antelle 2019, MIT license https://github.com/keeweb/keeweb
|
||||
|
||||
const app = require('electron').app;
|
||||
const path = require('path');
|
||||
|
|
Loading…
Reference in New Issue