Skip to content

Commit

Permalink
clash-verge-rev: add 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Nov 27, 2023
1 parent 25185d7 commit d2ef518
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions bucket/clash-verge-rev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"version": "1.4.0",
"description": "A Clash GUI based on Tauri.",
"homepage": "https://github.com/wonfen/clash-verge-rev",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/wonfen/clash-verge-rev/releases/download/v1.4.0/Clash.Verge_1.4.0_x64_portable.zip",
"hash": "a7c296228e054930fabdbfd836279d0d3c413b1a08dcaa4604c540bf8905d529"
}
},
"shortcuts": [
[
"Clash Verge.exe",
"Clash Verge"
]
],
"persist": ".config",
"post_install": [
"if (!(Test-Path \"$persist_dir\\.config\\PORTABLE\")) {",
" New-Item -Path \"$persist_dir\\.config\\PORTABLE\" -ItemType file | Out-Null",
"}"
],
"pre_uninstall": [
"if (!(is_admin)) { error \"$app requires admin rights to $cmd\"; break }",
"Start-Process \"$dir\\resources\\uninstall-service.exe\" -Wait -Verb 'RunAs' -WindowStyle 'Hidden'; Start-Sleep -Seconds 3"
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/wonfen/clash-verge-rev/releases/download/v$version/Clash.Verge_$version_x64_portable.zip"
}
}
}
}

0 comments on commit d2ef518

Please sign in to comment.