fix channel

This commit is contained in:
MathieuG-P
2022-05-22 22:53:11 +02:00
parent 66aa79785c
commit bf6392daec
+2 -1
View File
@@ -27,8 +27,9 @@ ipcMain.on('bs-download.start', async (event, args: DownloadInfo) => {
BSInstallerService.getInstance().downloadBsVersion(args);
});
ipcMain.on(`bs-download${DownloadEventType.GUARD_CODE}`, async (event, args) => {
ipcMain.on(`bs-download.${DownloadEventType.GUARD_CODE}`, async (event, args) => {
BSInstallerService.getInstance().sendInputProcess(args);
console.log("**** "+args);
})