Continue move to redux
This commit is contained in:
@@ -666,10 +666,6 @@ ipcMain.on(Constants.IPC_Grab_Releases, (event) => {
|
|||||||
standardIPCReply(event, Constants.IPC_Grab_Releases_Reply);
|
standardIPCReply(event, Constants.IPC_Grab_Releases_Reply);
|
||||||
});
|
});
|
||||||
|
|
||||||
ipcMain.on(Constants.IPC_Grab_UI_Releases, (event) => {
|
|
||||||
standardIPCReply(event, Constants.IPC_Grab_UI_Releases_Reply);
|
|
||||||
});
|
|
||||||
|
|
||||||
ipcMain.on(Constants.IPC_Install_Dependency, (event, data) => {
|
ipcMain.on(Constants.IPC_Install_Dependency, (event, data) => {
|
||||||
if (data.Source.toLowerCase().endsWith('.dmg')) {
|
if (data.Source.toLowerCase().endsWith('.dmg')) {
|
||||||
helpers
|
helpers
|
||||||
|
|||||||
Reference in New Issue
Block a user