From c955a294b90d6456b8b373f6770bbfac57716048 Mon Sep 17 00:00:00 2001 From: nuintun Date: Tue, 24 Nov 2015 09:34:15 +0800 Subject: [PATCH] update files --- bin/app-configure.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/app-configure.js b/bin/app-configure.js index cfa82cd..8027616 100644 --- a/bin/app-configure.js +++ b/bin/app-configure.js @@ -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(); }); });