Skip to content

Commit 3c916a6

Browse files
committed
perf(UartAssist): ⚡️ add persist for uartassist
1 parent 93845ba commit 3c916a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bucket/UartAssist.json

+2
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"url": "http://free.cmsoft.cn/download/cmsoft/assistant/uartassist5.0.3.zip",
1010
"hash": "c77ce27aa97e50da329ce6d4c7ce123aa9c95827dcd08c0ac3e7095c300cf7b7",
1111
"bin": "UartAssist.exe",
12+
"pre_install": "if (!(Test-Path \"$persist_dir\\UartAssist.cfg\")) { New-Item \"$dir\\UartAssist.cfg\" | Out-Null }",
1213
"shortcuts": [
1314
[
1415
"UartAssist.exe",
1516
"UartAssist"
1617
]
1718
],
19+
"persist": "UartAssist.cfg",
1820
"checkver": {
1921
"url": "https://www.cmsoft.cn/resource/101.html",
2022
"regex": "UartAssist串口调试助手[\\S\\s]+V(?<version>[\\d.]+)-软件工具-野人家园"

0 commit comments

Comments
 (0)