OS X UI upgrade

This commit is contained in:
Scott E. Graves
2019-04-06 22:04:20 -05:00
parent f3473f4f1b
commit 2218910fbd

View File

@@ -638,7 +638,7 @@ ipcMain.on(Constants.IPC_Install_Upgrade, (event, data) => {
});
} else if (data.Source.toLocaleLowerCase().endsWith('.dmg')) {
helpers
.executeAsync('hdiutil', ['attach', data.Source])
.executeAsync('open', ['-a', 'Finder', data.Source])
.then(() => {
closeApplication();
})