feat: release AndroidStudio 0.2.130.737825
- will attempt to uninstall 0.1.x if it's found see updating instructions here that warn of issues installing over top http://developer.android.com/sdk/installing/studio.html
This commit is contained in:
@@ -2,11 +2,6 @@ $package = 'AndroidStudio'
|
||||
|
||||
try
|
||||
{
|
||||
$installPath = (Join-Path "${Env:\ProgramFiles(x86)}" 'AndroidStudio'),
|
||||
(Join-Path 'Env:ProgramFiles' 'AndroidStudio') |
|
||||
? { Test-Path $_ } |
|
||||
Select -First 1
|
||||
|
||||
$uninstall = Join-Path $Env:LOCALAPPDATA 'Android\android-studio\uninstall.exe'
|
||||
|
||||
#uses NSIS installer - http://nsis.sourceforge.net/Docs/Chapter3.html
|
||||
|
Reference in New Issue
Block a user