Skip to content

Commit

Permalink
rename productName
Browse files Browse the repository at this point in the history
  • Loading branch information
Wvirgil123 committed Sep 15, 2023
1 parent 24cf33f commit 29d8a29
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# IoTeX Configuration Tool
# Indicator IoTeX Configuration Tool

A GUI tool for configuring SenseCAP Indicator of IoTex via serial port.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
8 changes: 4 additions & 4 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
filename: 'index.html',
// when using title option,
// template title tag needs to be <title><%= htmlWebpackPlugin.options.title %></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']
Expand Down Expand Up @@ -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',
Expand Down Expand Up @@ -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': [
{
Expand Down

0 comments on commit 29d8a29

Please sign in to comment.