Fix typo.
This commit is contained in:
parent
f4efda8de6
commit
c630b5cdf8
|
@ -15,7 +15,7 @@ if ($env:WITH_CRASH_REPORTING -eq "True") {
|
||||||
$env:Path += ";$extractPath"
|
$env:Path += ";$extractPath"
|
||||||
|
|
||||||
# Check if dump_syms is callable
|
# Check if dump_syms is callable
|
||||||
if (Test-Path (Join-Path $extractedFolderPath "dump_syms.exe")) {
|
if (Test-Path (Join-Path $extractPath "dump_syms.exe")) {
|
||||||
Write-Host "dump_syms utility installed successfully and added to PATH."
|
Write-Host "dump_syms utility installed successfully and added to PATH."
|
||||||
} else {
|
} else {
|
||||||
Write-Host "Failed to install dump_syms utility."
|
Write-Host "Failed to install dump_syms utility."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user