- update verion to 1.0.7
- add iconUrl, now comNG has icon in Programs and Features page
This commit is contained in:
parent
83292ffaac
commit
8be15f0088
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue