Skip to content

Commit

Permalink
clash-verge-rev: Update to Version 2.0.2 (#14460)
Browse files Browse the repository at this point in the history
  • Loading branch information
b4imetu authored Dec 2, 2024
1 parent 203f720 commit 19c763f
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions bucket/clash-verge-rev.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
{
"version": "1.7.7",
"version": "2.0.2",
"description": "Continuation of Clash Verge - A Clash Meta GUI based on Tauri.",
"homepage": "https://github.com/clash-verge-rev/clash-verge-rev",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.7/Clash.Verge_1.7.7_x64_portable.zip",
"hash": "c3b8c63b908a2674811643cb89635ef89e32a1b9b39114ff087a01890a5d8ee0"
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.0.2/Clash.Verge_2.0.2_x64-setup.exe#/dl.7z",
"hash": "a028e966784b98820e5adf392ed2cd8106de44d984d5aeecc2e3af395d402fd5"
},
"arm64": {
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v1.7.7/Clash.Verge_1.7.7_arm64_portable.zip",
"hash": "f54e2b0d6e746f26b7c5d0c430106f7703b96f612d1da9736b286e1131db941a"
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v2.0.2/Clash.Verge_2.0.2_arm64-setup.exe#/dl.7z",
"hash": "bc858362ab967f12249851716769f063ffe64fa67ca13494b22d72d53c4e414b"
}
},
"pre_install": "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\uninst*\" -Force -Recurse",
"installer": {
"script": [
"ensure \"$persist_dir\" | Out-Null",
"New-Item \"$env:USERPROFILE\\.config\\clash-verge\" -ItemType Junction -Target \"$persist_dir\" | Out-Null"
]
},
"uninstaller": {
"script": "Remove-Item \"$env:USERPROFILE\\.config\\clash-verge\" -Recurse -Force -ErrorAction 'SilentlyContinue'"
},
"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/clash-verge-rev/clash-verge-rev/releases/download/v$version/Clash.Verge_$version_x64_portable.zip"
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v$version/Clash.Verge_$version_x64-setup.exe#/dl.7z"
},
"arm64": {
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v$version/Clash.Verge_$version_arm64_portable.zip"
"url": "https://github.com/clash-verge-rev/clash-verge-rev/releases/download/v$version/Clash.Verge_$version_arm64-setup.exe#/dl.7z"
}
}
}
Expand Down

0 comments on commit 19c763f

Please sign in to comment.