Skip to content

Commit

Permalink
todesk: Remove hash (close #915)
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Sep 29, 2024
1 parent 30d6b9b commit d945429
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions bucket/todesk.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
{
"homepage": "https://www.todesk.com/",
"description": "A unlimited speed multifunctional remote control software",
"version": "4.7.4.8",
"version": "nightly",
"license": "Proprietary",
"url": "https://dl.todesk.com/windows/ToDesk_Setup.exe#/dl.7z",
"hash": "0392657f17dbf3a8e40de666895a61b3e7458901a453d3b045e53b82e0b1926f",
"pre_install": [
"if (!(Test-Path \"$persist_dir\\config.ini\")) {",
" New-Item -Force -Path \"$persist_dir\\config.ini\" -ItemType File -Value \"[ConfigInfo]`nautoStart=0\" | Out-Null",
Expand All @@ -20,12 +19,5 @@
"persist": [
"Logs",
"config.ini"
],
"checkver": {
"url": "https://update.todesk.com/windows/uplog.html",
"regex": ">([\\d.]+)</div>"
},
"autoupdate": {
"url": "https://dl.todesk.com/windows/ToDesk_Setup.exe#/dl.7z"
}
]
}

0 comments on commit d945429

Please sign in to comment.