OS X UI upgrade
This commit is contained in:
@@ -638,7 +638,7 @@ ipcMain.on(Constants.IPC_Install_Upgrade, (event, data) => {
|
|||||||
});
|
});
|
||||||
} else if (data.Source.toLocaleLowerCase().endsWith('.dmg')) {
|
} else if (data.Source.toLocaleLowerCase().endsWith('.dmg')) {
|
||||||
helpers
|
helpers
|
||||||
.executeAsync('hdiutil', ['attach', data.Source])
|
.executeAsync('open', ['-a', 'Finder', data.Source])
|
||||||
.then(() => {
|
.then(() => {
|
||||||
closeApplication();
|
closeApplication();
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user