Update to Usamin (18.5.0)

This commit is contained in:
Cutls
2019-05-26 20:42:52 +09:00
parent dd8e89234c
commit 93d2e8e0d5
20 changed files with 197 additions and 111 deletions

View File

@@ -79,7 +79,7 @@ function dl(mainWindow, lang_path, base) {
},
saveAs: false
};
download(BrowserWindow.getFocusedWindow(),
download(updatewin,
url, opts)
.then(dl => {
updatewin.webContents.send('mess', "ダウンロードが完了しました。");