Skip to content

Commit

Permalink
Add uninstall.exe remove script
Browse files Browse the repository at this point in the history
  • Loading branch information
BanHammerYKT committed Mar 4, 2024
1 parent dbf02f1 commit 782ead3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bucket/android-studio-canary.json
Original file line number Diff line number Diff line change
Expand Up @@ -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+)",
Expand All @@ -33,4 +36,4 @@
}
}
}
}
}

0 comments on commit 782ead3

Please sign in to comment.