update files

This commit is contained in:
nuintun 2015-11-24 09:34:15 +08:00
parent 46e4cc3f44
commit c955a294b9

View File

@ -190,6 +190,7 @@ AppConfigure.prototype = {
event.sender.send('app-configure', 'refresh', configure);
}, function (error){
context.showMessageBox('配置文件' + error.message + '', function (){
shell.showItemInFolder(CONFIGUREPATH);
context.window.close();
});
});