- update verion to 1.0.7

- add iconUrl, now comNG has icon in Programs and Features page
This commit is contained in:
Xen 2020-06-25 16:02:03 +08:00
parent 83292ffaac
commit 8be15f0088
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "comNG",
"productName": "comNG",
"version": "1.0.6",
"version": "1.0.7",
"mode": "dev",
"description": "A powerful serialport tool with modernx UI",
"repository": "https://github.com/xenkuo/comNG",
@ -39,7 +39,8 @@
"name": "@electron-forge/maker-squirrel",
"config": {
"authors": "Xen",
"setupIcon": "image/logo.ico"
"setupIcon": "image/logo.ico",
"iconUrl": "https://raw.githubusercontent.com/xenkuo/image-host/master/logo.ico"
}
},
{