We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93845ba commit 3c916a6Copy full SHA for 3c916a6
bucket/UartAssist.json
@@ -9,12 +9,14 @@
9
"url": "http://free.cmsoft.cn/download/cmsoft/assistant/uartassist5.0.3.zip",
10
"hash": "c77ce27aa97e50da329ce6d4c7ce123aa9c95827dcd08c0ac3e7095c300cf7b7",
11
"bin": "UartAssist.exe",
12
+ "pre_install": "if (!(Test-Path \"$persist_dir\\UartAssist.cfg\")) { New-Item \"$dir\\UartAssist.cfg\" | Out-Null }",
13
"shortcuts": [
14
[
15
"UartAssist.exe",
16
"UartAssist"
17
]
18
],
19
+ "persist": "UartAssist.cfg",
20
"checkver": {
21
"url": "https://www.cmsoft.cn/resource/101.html",
22
"regex": "UartAssist串口调试助手[\\S\\s]+V(?<version>[\\d.]+)-软件工具-野人家园"
0 commit comments