diff --git a/README.md b/README.md index c48f763..dcc2595 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# IoTeX Configuration Tool +# Indicator IoTeX Configuration Tool A GUI tool for configuring SenseCAP Indicator of IoTex via serial port. diff --git a/package.json b/package.json index e2b01c6..e412b55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sensecap_indicator_iotex_cfg_tool_ng", - "description": "IoTeX Configuration Tool", + "description": "Indicator IoTeX Configuration Tool", "version": "1.0.0", "homepage": "https://github.com/Seeed-Solution/ConfigTool_for_IoTex_DePIN", "repository": { diff --git a/src/background.js b/src/background.js index 40ccf5e..965210b 100644 --- a/src/background.js +++ b/src/background.js @@ -19,7 +19,7 @@ const { ReadlineParser } = require('@serialport/parser-readline') const { once, EventEmitter } = require('events') -let appName = "IoTeX Configuration Tool" +let appName = "Indicator IoTeX Configuration Tool" app.name = appName const logger = require("electron-log") diff --git a/vue.config.js b/vue.config.js index 12e4e3c..7a834d7 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,7 +12,7 @@ module.exports = { filename: 'index.html', // when using title option, // template title tag needs to be <%= htmlWebpackPlugin.options.title %> - title: 'IoTeX Configuration Tool', + title: 'Indicator IoTeX Configuration Tool', // chunks to include on this page, by default includes // extracted common chunks and vendor chunks. chunks: ['index'] @@ -43,8 +43,8 @@ module.exports = { builderOptions: { // options placed here will be merged with default configuration and passed to electron-builder 'appId': 'cc.seeed.sensecap.tools.hubng', - 'productName': 'Sensor Hub Configuration Tool NG', - // 'copyright': 'Copyright ©2008-2020 Seeed Technology Co.,Ltd.', + 'productName': 'Indicator IoTeX Configuration Tool', + 'copyright': 'Copyright ©2008-2020 Seeed Technology Co.,Ltd.', 'nsis': { 'installerIcon': 'build/icon.ico', 'installerHeader': 'build/icon.png', @@ -74,7 +74,7 @@ module.exports = { 'icon': 'build/icon.ico', }, 'dmg': { - 'title': 'IoTeX Configuration Tool', + 'title': 'Indicator IoTeX Configuration Tool', 'icon': 'build/icon.png', 'contents': [ {