This repository was archived by the owner on Aug 11, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ if ($modules -contains 'android') {
362
362
$androidSdkPath = " $rootEditorPath /Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
363
363
}
364
364
else {
365
- $rootEditorPath = (Get-Item $editorPath ).Directory.Parent.Parent.Parent.Parent. FullName
365
+ $rootEditorPath = (Get-Item $editorPath ).Directory.Parent.Parent.Parent.FullName
366
366
$androidSdkPath = " $rootEditorPath /PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
367
367
}
368
368
if (-not (Test-Path - Path " $androidSdkPath " )) {
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ if ($modules -contains 'android') {
362
362
$androidSdkPath = " $rootEditorPath /Editor/Data/PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
363
363
}
364
364
else {
365
- $rootEditorPath = (Get-Item $editorPath ).Directory.Parent.Parent.Parent.Parent. FullName
365
+ $rootEditorPath = (Get-Item $editorPath ).Directory.Parent.Parent.Parent.FullName
366
366
$androidSdkPath = " $rootEditorPath /PlaybackEngines/AndroidPlayer/SDK/cmdline-tools"
367
367
}
368
368
if (-not (Test-Path - Path " $androidSdkPath " )) {
You can’t perform that action at this time.
0 commit comments