We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04cff1 commit 7f5b6d7Copy full SHA for 7f5b6d7
dart-sdk/chocolateyInstall.ps1
@@ -7,8 +7,8 @@ $unzipLocation = Get-ToolsLocation
7
$installDir = Join-Path $unzipLocation "dart-sdk"
8
9
Install-ChocolateyPath "$installDir\bin"
10
-Install-ChocolateyPath "${env:USERPROFILE}\AppData\Roaming\Pub\Cache\bin"
11
-$env:Path = "$($env:Path);$installDir\bin;${env:USERPROFILE}\AppData\Roaming\Pub\Cache\bin"
+Install-ChocolateyPath "${env:USERPROFILE}\AppData\Local\Pub\Cache\bin"
+$env:Path = "$($env:Path);$installDir\bin;${env:USERPROFILE}\AppData\Local\Pub\Cache\bin"
12
13
if (test-path $installDir) {
14
Remove-Item $installDir -Recurse -Force
0 commit comments