moved desktop scripts

This commit is contained in:
antelle 2021-01-09 13:30:19 +01:00
parent f1e536cbcf
commit 28c708f599
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
2 changed files with 1 additions and 1 deletions

View File

@ -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);
}