File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
# Note: this must match the $rabbitmq_installer_path and $erlang_installer_path values in
11
11
# tools\appveyor\install.ps1
12
12
- " %HOMEDRIVE%%HOMEPATH%\\ rabbitmq-server-3.8.5.exe"
13
- - " %HOMEDRIVE%%HOMEPATH%\\ otp_win64_23.0.1 .exe"
13
+ - " %HOMEDRIVE%%HOMEPATH%\\ otp_win64_23.0.2 .exe"
14
14
15
15
install :
16
16
- ps : .\tools\appveyor\install.ps1
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Set-StrictMode -Version 2.0
7
7
Write-Host ' [INFO] Removing all existing versions of Erlang...'
8
8
Get-ChildItem - Path ' C:\Program Files\erl*\Uninstall.exe' | % { Start-Process - Wait - NoNewWindow - FilePath $_ - ArgumentList ' /S' }
9
9
10
- $erlang_download_url = ' http://erlang.org/download/otp_win64_23.0.1 .exe'
11
- $erlang_installer_path = Join-Path - Path $HOME - ChildPath ' otp_win64_23.0.1 .exe'
10
+ $erlang_download_url = ' http://erlang.org/download/otp_win64_23.0.2 .exe'
11
+ $erlang_installer_path = Join-Path - Path $HOME - ChildPath ' otp_win64_23.0.2 .exe'
12
12
$erlang_install_dir = Join-Path - Path $HOME - ChildPath ' erlang'
13
13
14
14
Write-Host ' [INFO] Downloading Erlang...'
You can’t perform that action at this time.
0 commit comments