diff --git a/bucket/android-studio-canary.json b/bucket/android-studio-canary.json index 69d284d82ea..0fe213e9fd0 100644 --- a/bucket/android-studio-canary.json +++ b/bucket/android-studio-canary.json @@ -21,6 +21,9 @@ ] } }, + "pre_install": [ + "'uninstall.exe' | ForEach-Object { Remove-Item \"$dir/$_\" -Recurse }" + ], "extract_dir": "android-studio", "checkver": { "regex": "Android Studio .+ ([\\d.]+) Canary (\\d+)", @@ -33,4 +36,4 @@ } } } -} \ No newline at end of file +}