mirror of https://github.com/keeweb/keeweb
moved desktop scripts
parent
f1e536cbcf
commit
28c708f599
|
@ -949,7 +949,7 @@ function httpRequest(config, log, onLoad) {
|
|||
|
||||
function exitAndStartUpdate() {
|
||||
if (pendingUpdateFilePath) {
|
||||
const { installUpdate } = require('./update-installer');
|
||||
const { installUpdate } = require('./scripts/update-installer');
|
||||
installUpdate(pendingUpdateFilePath);
|
||||
main.exit(0);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue