From f57e9052ac33e3efccbf7888c5c578c56f293377 Mon Sep 17 00:00:00 2001 From: jykim Date: Thu, 22 Feb 2018 12:10:17 +0900 Subject: [PATCH] category hardware -> offline --- src/entry_offline.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry_offline.js b/src/entry_offline.js index 04ab2ab39..d10fc9a16 100644 --- a/src/entry_offline.js +++ b/src/entry_offline.js @@ -351,7 +351,7 @@ if (shouldQuit) { request.setHeader('content-type', 'application/json; charset=utf-8'); request.write( JSON.stringify({ - category: 'hardware', + category: 'offline', version: app.getVersion(), }) );