From d44724d7842412e72debda98402bb5b542e177e4 Mon Sep 17 00:00:00 2001 From: cutls Date: Thu, 19 Mar 2020 12:30:14 +0900 Subject: [PATCH] Add tips for developers not to fail to fail to constructing --- app/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.js b/app/main.js index af143831..dc7a81ea 100644 --- a/app/main.js +++ b/app/main.js @@ -55,7 +55,7 @@ if (process.argv.indexOf('--dev') === -1) { '|||| /////\n' + '||||//////' ) - console.log('Welcome!') + console.log('If it does not show the window, you might forget `npm run construct`.') } var info_path = join(app.getPath('userData'), 'window-size.json') var max_info_path = join(app.getPath('userData'), 'max-window-size.json')