mirror of
https://github.com/Zagrios/bs-manager.git
synced 2026-07-03 14:08:25 +02:00
fix channel
This commit is contained in:
@@ -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);
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user