mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 14:04:31 +08:00
Fix variable name
Ref: https://github.com/livebook-dev/livebook/pull/2958
This commit is contained in:
parent
af4e8d4c66
commit
091118d6b3
1 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ Section "Check"
|
||||||
; we use otp\erts-:vsn\bin\erl.exe instead of otp\bin\erl.exe because the latter for some reason
|
; we use otp\erts-:vsn\bin\erl.exe instead of otp\bin\erl.exe because the latter for some reason
|
||||||
; hardcoded the path: c:\otp\erts-:vsn\bin\erlexec.dll. The Elixir releases uses the former
|
; hardcoded the path: c:\otp\erts-:vsn\bin\erlexec.dll. The Elixir releases uses the former
|
||||||
; anyway.
|
; anyway.
|
||||||
nsExec::ExecToLog '"$INSTDIR\rel\vendor\livebook-${APP_VERSION}\otp\erts-${ERTS_VERSION}\bin\erl.exe" -noinput -eval "erlang:display(ok), halt()."'
|
nsExec::ExecToLog '"$INSTDIR\rel\vendor\livebook-${LIVEBOOK_VERSION}\otp\erts-${ERTS_VERSION}\bin\erl.exe" -noinput -eval "erlang:display(ok), halt()."'
|
||||||
Pop $0
|
Pop $0
|
||||||
${If} $0 != 0
|
${If} $0 != 0
|
||||||
MessageBox mb_iconStop "Checking Erlang failed: $0. Please click 'Show details' and report an issue."
|
MessageBox mb_iconStop "Checking Erlang failed: $0. Please click 'Show details' and report an issue."
|
||||||
|
@ -78,7 +78,7 @@ Section "Check"
|
||||||
${EndIf}
|
${EndIf}
|
||||||
|
|
||||||
DetailPrint "Checking Distributed Erlang..."
|
DetailPrint "Checking Distributed Erlang..."
|
||||||
nsExec::ExecToLog '"$INSTDIR\rel\vendor\livebook-${APP_VERSION}\otp\erts-${ERTS_VERSION}\bin\erl.exe" -sname "livebook-install-test" -noinput -eval "erlang:display(ok), halt()."'
|
nsExec::ExecToLog '"$INSTDIR\rel\vendor\livebook-${LIVEBOOK_VERSION}\otp\erts-${ERTS_VERSION}\bin\erl.exe" -sname "livebook-install-test" -noinput -eval "erlang:display(ok), halt()."'
|
||||||
Pop $0
|
Pop $0
|
||||||
${If} $0 != 0
|
${If} $0 != 0
|
||||||
MessageBox mb_iconStop "Checking Distributed Erlang failed: $0. Please click 'Show details' and report an issue."
|
MessageBox mb_iconStop "Checking Distributed Erlang failed: $0. Please click 'Show details' and report an issue."
|
||||||
|
|
Loading…
Add table
Reference in a new issue