diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index e4a2decda23..6b2f6af3650 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -18,9 +18,9 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName - softwareName = 'JetBrains WebStorm*' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.4.exe' - checksum = 'e300885fa6a319aa6f26e61f807876d3e7b7da995483b3e68d95c6d40e383d1a' + softwareName = 'WebStorm *' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.1.exe' + checksum = 'a9e9024d5373020dc749510b576ee1fc4226240cbc8bf4de128874dd45f06e3c' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/tools/ChocolateyUnInstall.ps1 b/automatic/webstorm/tools/ChocolateyUnInstall.ps1 index 19abc7a4cbf..5cc99188421 100644 --- a/automatic/webstorm/tools/ChocolateyUnInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyUnInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop' $packageName = 'WebStorm' -$softwareName = 'JetBrains WebStorm*' +$softwareName = 'WebStorm *' $installerType = 'exe' $silentArgs = '/S'