Skip to content

Commit

Permalink
Update checkver regex
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT committed Jun 14, 2024
1 parent f1a9c28 commit b4a7e80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions bucket/android-studio-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
"extract_dir": "android-studio",
"checkver": {
"regex": [
"agree_beta_win_bundle_download(?:.|",
")+?android-studio-([\\d.]+)-windows\\.exe"
]
"regex": "agree_beta_win_bundle_download(?:.)+?android-studio-([\\d.]+)-windows\\.exe"
},
"autoupdate": {
"architecture": {
Expand Down
5 changes: 1 addition & 4 deletions bucket/android-studio-canary.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@
"pre_install": "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }",
"extract_dir": "android-studio",
"checkver": {
"regex": [
"agree_canary_win_bundle_download(?:.|",
")+?android-studio-([\\d.]+)-windows\\.exe"
]
"regex": "agree_canary_win_bundle_download(?:.)+?android-studio-([\\d.]+)-windows\\.exe"
},
"autoupdate": {
"architecture": {
Expand Down

0 comments on commit b4a7e80

Please sign in to comment.